Fix starship cache.

This commit is contained in:
Bartek Stalewski 2024-05-22 17:43:38 +02:00
parent 768dbd9211
commit e19621fde6
No known key found for this signature in database

View file

@ -38,7 +38,8 @@ else
unset LS_COLORS unset LS_COLORS
fi fi
tabs 2 tabs 2
eval "$(starship init zsh)" export STARSHIP_CACHE="$XDG_CACHE_HOME"/starship
eval "$(STARSHIP_CACHE="$XDG_CACHE_HOME"/starship starship init zsh)"
# completion # completion
zstyle ':completion:*' menu select zstyle ':completion:*' menu select