diff options
author | David Aaron Fendley <tricon@me.com> | 2011-08-16 11:18:23 -0500 |
---|---|---|
committer | David Aaron Fendley <tricon@me.com> | 2011-08-16 11:18:23 -0500 |
commit | 85f388fabf657360960c3fcf55b52f2fb3c4e142 (patch) | |
tree | 73a18b5928eb154e066edcdd0799858662054406 /themes | |
parent | 9f46eafae0bed7df50a0004fca5d25539425ff85 (diff) | |
download | zsh-85f388fabf657360960c3fcf55b52f2fb3c4e142.tar.gz zsh-85f388fabf657360960c3fcf55b52f2fb3c4e142.tar.bz2 zsh-85f388fabf657360960c3fcf55b52f2fb3c4e142.zip |
Added nifty purple Apple theme.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/apple.zsh-theme | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/apple.zsh-theme b/themes/apple.zsh-theme new file mode 100644 index 000000000..350548e36 --- /dev/null +++ b/themes/apple.zsh-theme @@ -0,0 +1,5 @@ +function toon { + echo -n "" +} + +PROMPT='%{$fg[magenta]%}$(toon)%{$reset_color%} %~/ %{$reset_color%}' |