Commit 60e99779 authored by Markus Prinz's avatar Markus Prinz
Browse files

Make "-" an alias for "cd -" (cd back to previous directory)

parent 172bb418
......@@ -8,6 +8,7 @@ alias ss='thin --stats "/thin/stats" start'
alias mr='mate CHANGELOG app config db lib public script spec test'
alias .='pwd'
alias ...='cd ../..'
alias -- -='cd -'
alias _='sudo'
alias ss='sudo su -'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment