This commit is contained in:
GitHub Merge Button 2012-05-31 14:51:32 -07:00
commit 5a44c970d3
2 changed files with 2 additions and 6 deletions

View file

@ -16,8 +16,9 @@ alias history='fc -l 1'
# List direcory contents
alias lsa='ls -lah'
alias l='ls -la'
alias l='ls -lA1'
alias ll='ls -l'
alias la='ls -lA'
alias sl=ls # often screw this up
alias afind='ack-grep -il'