From 68cbc9dcb89672e8cb4333a58531120f2260aefb Mon Sep 17 00:00:00 2001 From: finga Date: Thu, 17 May 2018 11:23:36 +0200 Subject: [PATCH] change prompt color of username --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 073c87e..e3a7a87 100644 --- a/.zshrc +++ b/.zshrc @@ -22,7 +22,7 @@ autoload -U colors && colors autoload -U promptinit promptinit -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%}" +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%}" RPROMPT="%{$fg_no_bold[green]%}%~%{$reset_color%} [%{$fg_no_bold[yellow]%}%*%{$reset_color%}]" # Bashish navigation