all repos — nixfiles @ e42f1774217ea88916344261c56b737ed2a1fade

System and user configuration, managed by nix and home-manager

zsh: Add more contrast between success and failure prompt colours

Alan Pearce
commit

e42f1774217ea88916344261c56b737ed2a1fade

parent

3b12b4c63a9e988de466828fc78bf865988465ad

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

jump to
M zsh/functions/pure/prompt_pure_setupzsh/functions/pure/prompt_pure_setup
@@ -72,7 +72,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{14}.%F{magenta})❯%f ' } prompt_pure_setup "$@"