Added nifty purple Apple theme.

This commit is contained in:
David Aaron Fendley 2011-08-16 11:18:23 -05:00
parent 9f46eafae0
commit 85f388fabf
1 changed files with 5 additions and 0 deletions

5
themes/apple.zsh-theme Normal file
View File

@ -0,0 +1,5 @@
function toon {
echo -n ""
}
PROMPT='%{$fg[magenta]%}$(toon)%{$reset_color%} %~/ %{$reset_color%}'