mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Fix zsh shell integration docs
- There is no need to quote variables in zsh. - The shell integration file is not executable; we should `source` it instead.
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user