From 905b4d314ee330f38f11aefa536fd80f246a0f58 Mon Sep 17 00:00:00 2001 From: Nicolas Pinto Date: Thu, 26 May 2011 00:25:34 -0400 Subject: [PATCH] Add npinto theme --- themes/npinto.zsh-theme | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 themes/npinto.zsh-theme 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