Some new aliases, for reload .zshrc and netstat

This commit is contained in:
tinogomes 2011-05-12 08:26:32 -03:00
commit fdf85fda26

View file

@ -22,3 +22,10 @@ alias sl=ls # often screw this up
alias afind='ack-grep -il'
alias x=extract
alias reload="source ~/.zshrc"
alias netr='netstat -rn '
alias nets='netstat -an -f inet '
alias netl='netstat -an -f inet | grep LISTEN'