Skip to content

Commit

Permalink
Update utils.sh
Browse files Browse the repository at this point in the history
Add some more flags to ll alias to be more usable and informative.
  • Loading branch information
Whiteknight committed Sep 26, 2012
1 parent 1150460 commit 488bf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.sh
Expand Up @@ -84,7 +84,7 @@ WKNUMTHREADS=3
# These are some basic aliases that I like # These are some basic aliases that I like
alias mj="make -j$WKNUMTHREADS" alias mj="make -j$WKNUMTHREADS"
alias ls="ls --color=auto" alias ls="ls --color=auto"
alias ll="ls --color=auto -l" alias ll="ls --color=auto -lFh"
alias la="ls --color=auto -a" alias la="ls --color=auto -a"
function cdl { function cdl {
cd $* cd $*
Expand Down

0 comments on commit 488bf29

Please sign in to comment.