Skip to content

Commit

Permalink
Make "-" an alias for "cd -" (cd back to previous directory)
Browse files Browse the repository at this point in the history
  • Loading branch information
cypher committed Oct 3, 2009
1 parent 172bb41 commit 60e9977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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 -'
Expand Down

0 comments on commit 60e9977

Please sign in to comment.