🔧 zsh: ghostty integration
This commit is contained in:
parent
4b1c957f9c
commit
55c50243e1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user