This commit is contained in:
Nicolas Pinto 2012-12-02 09:50:41 -08:00
commit c9f25b09ca
3 changed files with 135 additions and 0 deletions

7
themes/npinto.zsh-theme Normal file
View file

@ -0,0 +1,7 @@
if [ "`id -u`" -eq 0 ]; then
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]%}%~
%{$fg_bold[yellow]%}%% %{$reset_color%}"
fi