diff --git a/zsh/zshrc b/zsh/zshrc index 4afbdae..eee1caa 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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