Browse code

Merge branch 'master' of git://github.com/cypher/oh-my-zsh into cypher/master

Robby Russell authored on 06/10/2009 at 12:15:55
Showing 2 changed files
... ...
@@ -8,6 +8,7 @@ alias ss='thin --stats "/thin/stats" start'
8 8
 alias mr='mate CHANGELOG app config db lib public script spec test'
9 9
 alias .='pwd'
10 10
 alias ...='cd ../..'
11
+alias -- -='cd -'
11 12
 
12 13
 alias _='sudo'
13 14
 alias ss='sudo su -'
14 15
new file mode 100644
... ...
@@ -0,0 +1,4 @@
0
+# Based on evan's prompt
1
+# Shows the exit status of the last command if non-zero
2
+# Uses "#" instead of "»" when running with elevated privileges
3
+PROMPT="%m %B%F{red}::%b %B%F{green}%3~%(0?. . %F{red}%? )%F{red}%(0!.#.»)%b%F{white} "