Skip to content

Commit

Permalink
Add ls aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Apr 4, 2011
1 parent ead8c51 commit 7ac2f90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aliases
Expand Up @@ -13,6 +13,9 @@ alias be="bundle exec"
alias ln='ln -v' alias ln='ln -v'
alias mkdir='mkdir -p' alias mkdir='mkdir -p'
alias ...='../..' alias ...='../..'
alias l='ls'
alias ll='ls -al'
alias lh='ls -Alh'


alias -g G='| grep' alias -g G='| grep'
alias -g M='| less' alias -g M='| less'
Expand Down

0 comments on commit 7ac2f90

Please sign in to comment.