updated oh-my-zsh

This commit is contained in:
praful mathur 2011-09-05 09:55:32 -04:00
commit 65d9a48958
3 changed files with 16 additions and 34 deletions

View file

@ -1,24 +1,4 @@
# Push and pop directories on directory stack
alias pu='pushd'
alias po='popd'
# Basic directory operations
alias ...='cd ../..'
alias -- -='cd -'
# Super user
alias _='sudo'
#alias g='grep -in'
alias g='grep -in'
# Show history
alias history='fc -l 1'
# List direcory contents
alias lsa='ls -lah'
alias l='ls -la'
alias ll='ls -l'
alias sl=ls # often screw this up
alias afind='ack-grep -il'