Browse code

Added nifty purple Apple theme.

David Aaron Fendley authored on 16/08/2011 at 16:18:23
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
0
+function toon {
1
+  echo -n ""
2
+}
3
+
4
+PROMPT='%{$fg[magenta]%}$(toon)%{$reset_color%} %~/ %{$reset_color%}'