Merge branch 'master' of github.com:robbyrussell/oh-my-zsh

This commit is contained in:
Steve Losh 2010-07-21 16:44:33 -04:00
commit 677c8454e7
19 changed files with 192 additions and 34 deletions

View file

@ -1,17 +1,9 @@
#!/bin/zsh
# Push and pop directories on directory stack
alias pu='pushd'
alias po='popd'
alias ss='thin --stats "/thin/stats" start'
alias devlog='tail -f log/development.log'
# Super user
alias _='sudo'
# Show history
alias history='fc -l 1'
# TextMate
alias et='mate . &'