Fix starship

This commit is contained in:
Anthony Cicchetti 2020-11-24 08:32:41 -05:00
parent 51f353162e
commit 684e99032d

View file

@ -82,12 +82,12 @@ autoload -Uz promptinit
promptinit
if [[ $(whence -p starship 2> /dev/null) ]]; then
znap eval starship-init "cat ~/.zsh.d/adds/starship.zsh"
znap eval starship-init "starship init zsh --print-full-init"
else
if [[ ( $ZNAP_USED = 1 ) ]]; then
znap clone https://github.com/denysdovhan/spaceship-prompt
fi
znap prompt spaceship-prompt
fi
fi
autoload -Uz compinit