From e8054c41f59cae6050aa63d0848dac482f49240a Mon Sep 17 00:00:00 2001 From: Kat <65649991+00-kat@users.noreply.github.com> Date: Sat, 28 Dec 2024 09:01:41 +0000 Subject: [PATCH] Use `source` in the example for sourcing Zsh shell integration --- src/shell-integration/zsh/ghostty-integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell-integration/zsh/ghostty-integration b/src/shell-integration/zsh/ghostty-integration index fb54cba75..9eebe1a30 100644 --- a/src/shell-integration/zsh/ghostty-integration +++ b/src/shell-integration/zsh/ghostty-integration @@ -25,7 +25,7 @@ # Ghostty in all shells should add the following lines to their .zshrc: # # if [[ -n $GHOSTTY_RESOURCES_DIR ]]; then -# "$GHOSTTY_RESOURCES_DIR"/shell-integration/zsh/ghostty-integration +# source "$GHOSTTY_RESOURCES_DIR"/shell-integration/zsh/ghostty-integration # fi # # Implementation note: We can assume that alias expansion is disabled in this