From fe6a188b3256b0895654fa42c230eb7f9c5283ef Mon Sep 17 00:00:00 2001 From: finga Date: Sun, 3 Jun 2018 00:25:40 +0200 Subject: [PATCH] fix colors --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index f194ac0..3d0038a 100644 --- a/.zshrc +++ b/.zshrc @@ -27,7 +27,7 @@ autoload -U colors && colors autoload -U promptinit promptinit -PROMPT="%{$fg_no_bold[cyan]%}%n%{$reset_color%}%{$fg_no_bold[red]%}%#%{$reset_color%}%{$fg_no_bold[cyan]%}%m%{$reset_color%}%{$fg_no_bold[green]%}%~:%{$fg_no_bold[yellow]%}%?%{$fg_no_bold[green]%}$ %{$reset_color%}" +PROMPT="%{$fg_no_bold[blue]%}%n%{$reset_color%}%{$fg_no_bold[red]%}%#%{$reset_color%}%{$fg_no_bold[blue]%}%m%{$reset_color%}%{$fg_no_bold[green]%}%~:%{$fg_no_bold[yellow]%}%?%{$fg_no_bold[green]%}$ %{$reset_color%}" RPROMPT="%{$fg_no_bold[green]%}%~%{$reset_color%} [%{$fg_no_bold[yellow]%}%*%{$reset_color%}]" # Bashish navigation