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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue