mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +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
|
```bash
|
||||||
if [[ -n $GHOSTTY_RESOURCES_DIR ]]; then
|
if [[ -n $GHOSTTY_RESOURCES_DIR ]]; then
|
||||||
"$GHOSTTY_RESOURCES_DIR"/shell-integration/zsh/ghostty-integration
|
source $GHOSTTY_RESOURCES_DIR/shell-integration/zsh/ghostty-integration
|
||||||
fi
|
fi
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user