diff --git a/src/shell-integration/README.md b/src/shell-integration/README.md index 78f5687df..1194ee21b 100644 --- a/src/shell-integration/README.md +++ b/src/shell-integration/README.md @@ -73,6 +73,6 @@ sequence occurs. ```bash if [[ -n $GHOSTTY_RESOURCES_DIR ]]; then - "$GHOSTTY_RESOURCES_DIR"/shell-integration/zsh/ghostty-integration + source $GHOSTTY_RESOURCES_DIR/shell-integration/zsh/ghostty-integration fi ```