summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aaron Fendley <tricon@me.com>2011-08-16 11:18:23 -0500
committerDavid Aaron Fendley <tricon@me.com>2011-08-16 11:18:23 -0500
commit85f388fabf657360960c3fcf55b52f2fb3c4e142 (patch)
tree73a18b5928eb154e066edcdd0799858662054406
parent9f46eafae0bed7df50a0004fca5d25539425ff85 (diff)
downloadzsh-85f388fabf657360960c3fcf55b52f2fb3c4e142.tar.gz
zsh-85f388fabf657360960c3fcf55b52f2fb3c4e142.tar.bz2
zsh-85f388fabf657360960c3fcf55b52f2fb3c4e142.zip
Added nifty purple Apple theme.
-rw-r--r--themes/apple.zsh-theme5
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%}'