From dfd012c274c880e5512138c861610ae103056dbe Mon Sep 17 00:00:00 2001 From: zendesk-acicchetti Date: Tue, 1 Mar 2022 13:00:02 -0500 Subject: [PATCH] fix starship --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index ea72e76..afe2e5f 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -85,7 +85,7 @@ fi if [[ $(whence -p starship 2> /dev/null) ]]; then znap eval starship 'starship init zsh --print-full-init' - znap prompt + znap prompt starship else if [[ ( $ZNAP_USED = 1 ) ]]; then autoload -Uz promptinit