Short path in npinto theme

This commit is contained in:
Nicolas Pinto 2011-05-26 00:35:24 -04:00
commit c506b4692c

View file

@ -1,7 +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
PROMPT="%{$fg_bold[cyan]%}%T%{$fg_bold[green]%} %{$fg_bold[magenta]%}%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]%}%d
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