🔧 zsh: ghostty integration

This commit is contained in:
James Walker 2025-02-15 17:37:41 -05:00
parent 4b1c957f9c
commit 55c50243e1
Signed by: walkah
SSH Key Fingerprint: SHA256:f7Gn4jO4BFHZxWfKTTzEAfWz+cLW51IyGFl9MjDyZGI

View File

@ -36,3 +36,7 @@ eval "$(starship init zsh)"
if command -v bat &> /dev/null; then if command -v bat &> /dev/null; then
alias -- cat=bat alias -- cat=bat
fi fi
if [[ -n $GHOSTTY_RESOURCES_DIR ]]; then
source "$GHOSTTY_RESOURCES_DIR"/shell-integration/zsh/ghostty-integration
fi