all repos — archive/dotfiles @ 7155b75d6f9e33c5a5c83aacfc25421139b0c5ec

Superseded by nixfiles

zsh: increase contrast of pure prompt character

Alan Pearce
commit

7155b75d6f9e33c5a5c83aacfc25421139b0c5ec

parent

d5bde98df481dbbd7407e8d968f985da32220c64

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M zsh/functions/pure/prompt_pure_setupzsh/functions/pure/prompt_pure_setup
@@ -93,7 +93,7 @@ # show username@host if logged in through SSH
[[ "$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{cyan}.%F{red})❯%f ' } prompt_pure_setup "$@"