Use source in the example for sourcing Zsh shell integration

This commit is contained in:
Kat
2024-12-28 09:01:41 +00:00
committed by GitHub
parent 6cbd69da78
commit e8054c41f5

View File

@ -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