pwd prompt in tiny theme is actually cyan now

also fixed some issues with spacing that came up.
This commit is contained in:
startling things 2011-09-09 14:12:03 -05:00
commit 76aa2ecfe8

View file

@ -34,4 +34,4 @@ function git_branch {
fi fi
} }
PROMPT='$(collapse_pwd) %{$fg[cyan]%}$(git_branch)%{$reset_color%}$(prompt_character) » ' PROMPT='%{$fg[cyan]%}$(collapse_pwd)$(git_branch)%{$reset_color%}$(prompt_character) » '