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