diff --git a/themes/npinto.zsh-theme b/themes/npinto.zsh-theme index 9b1abb170..fab7eb73d 100644 --- a/themes/npinto.zsh-theme +++ b/themes/npinto.zsh-theme @@ -1,5 +1,5 @@ if [ "`id -u`" -eq 0 ]; then -PROMPT="%{$fg_bold[cyan]%}%T%{$fg_bold[green]%} %{$fg_bold[magenta]%}%n%{$fg[yellow]%}@%{$fg_bold[white]%}%m %{$fg_bold[green]%}%~ +PROMPT="%{$fg_bold[cyan]%}%T%{$fg_bold[green]%} %{$fg_bold[red]%}%n%{$fg[yellow]%}@%{$fg_bold[white]%}%m %{$fg_bold[green]%}%~ %{$fg_bold[yellow]%}%% %{$reset_color%}" else PROMPT="%{$fg_bold[cyan]%}%T%{$fg_bold[green]%} %{$fg_bold[blue]%}%n%{$fg[yellow]%}@%{$fg_bold[white]%}%m %{$fg_bold[green]%}%~