Fix starship cache.
This commit is contained in:
parent
768dbd9211
commit
e19621fde6
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ else
|
|||
unset LS_COLORS
|
||||
fi
|
||||
tabs 2
|
||||
eval "$(starship init zsh)"
|
||||
export STARSHIP_CACHE="$XDG_CACHE_HOME"/starship
|
||||
eval "$(STARSHIP_CACHE="$XDG_CACHE_HOME"/starship starship init zsh)"
|
||||
|
||||
# completion
|
||||
zstyle ':completion:*' menu select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue