From 684e99032d6166f4ef7e6b41798304a9127ebd30 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Tue, 24 Nov 2020 08:32:41 -0500 Subject: [PATCH] Fix starship --- zsh/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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