feat: add ghostty

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-12-26 22:01:30 +01:00
parent f4ca1bd8d9
commit 1857e4339d

View File

@ -167,6 +167,10 @@ eval "$(starship init zsh)"
eval "$(atuin init zsh)"
{{ if .homebrew }}
eval "$(/opt/homebrew/bin/mise activate zsh)"
if [[ -n $GHOSTTY_RESOURCES_DIR ]]; then
"$GHOSTTY_RESOURCES_DIR"/shell-integration/zsh/ghostty-integration
fi
{{ else }}
eval "$(/home/kjuulh/.local/bin/mise activate zsh)"
{{ end }}