fix starship

This commit is contained in:
zendesk-acicchetti 2022-03-01 13:00:02 -05:00
parent 69fac6f690
commit dfd012c274

View file

@ -85,7 +85,7 @@ fi
if [[ $(whence -p starship 2> /dev/null) ]]; then if [[ $(whence -p starship 2> /dev/null) ]]; then
znap eval starship 'starship init zsh --print-full-init' znap eval starship 'starship init zsh --print-full-init'
znap prompt znap prompt starship
else else
if [[ ( $ZNAP_USED = 1 ) ]]; then if [[ ( $ZNAP_USED = 1 ) ]]; then
autoload -Uz promptinit autoload -Uz promptinit