diff --git a/zsh/prompt.zsh b/zsh/prompt.zsh index ffe0a01..4765323 100644 --- a/zsh/prompt.zsh +++ b/zsh/prompt.zsh @@ -28,7 +28,7 @@ need_push() { then echo " " else - echo " with %{$fg_bold[magenta]%}☁%{$reset_color%} " + echo " %{$fg_bold[magenta]%}☁%{$reset_color%} " fi }