Skip to content

Commit

Permalink
Add alias lllll for typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hisasann committed Jan 18, 2017
1 parent dfb42bd commit e6dc14b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .zshrc.orig
Expand Up @@ -74,6 +74,9 @@ export PATH="$HOME/Library/Android/sdk/tools:$PATH"
alias ls="ls -GvF"
alias l="ls -G"
alias ll="ls -Gl"
alias lll="ls -Gl"
alias llll="ls -Gl"
alias lllll="ls -Gl"
alias la="ls -Gla"
alias ip="ifconfig | grep 192.*"
alias du="du -sh"
Expand Down

0 comments on commit e6dc14b

Please sign in to comment.