diff --git a/themes/npinto.zsh-theme b/themes/npinto.zsh-theme new file mode 100644 index 000000000..b303d5d0f --- /dev/null +++ b/themes/npinto.zsh-theme @@ -0,0 +1,7 @@ +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]%}%d +%{$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]%}%d +%{$fg_bold[yellow]%}%% %{$reset_color%}" +fi