diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/functions/pure/prompt_pure_setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/functions/pure/prompt_pure_setup b/zsh/functions/pure/prompt_pure_setup index 138a4b5a..3dd6820e 100644 --- a/zsh/functions/pure/prompt_pure_setup +++ b/zsh/functions/pure/prompt_pure_setup @@ -72,7 +72,7 @@ prompt_pure_setup() { [[ "$SSH_CONNECTION" != '' ]] && prompt_pure_username='%n@%m ' # prompt turns red if the previous command didn't exit with 0 - PROMPT='%(?.%F{magenta}.%F{red})❯%f ' + PROMPT='%(?.%F{14}.%F{magenta})❯%f ' } prompt_pure_setup "$@" |