From c506b4692ce8af642c9ffe37cce4e99a2c1f5b8b Mon Sep 17 00:00:00 2001 From: Nicolas Pinto Date: Thu, 26 May 2011 00:35:24 -0400 Subject: [PATCH] Short path in npinto theme --- themes/npinto.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/npinto.zsh-theme b/themes/npinto.zsh-theme index b303d5d0f..9b1abb170 100644 --- a/themes/npinto.zsh-theme +++ b/themes/npinto.zsh-theme @@ -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