Skip to content

Commit

Permalink
I like the human readable numbers better... Who doesn't?
Browse files Browse the repository at this point in the history
  • Loading branch information
al-the-x committed Jun 23, 2012
1 parent 5e1f507 commit 9557497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bashrc
Expand Up @@ -128,8 +128,8 @@ if [ -x /usr/bin/dircolors ]; then
fi fi


# some more ls aliases # some more ls aliases
alias ll='ls -l' alias ll='ls -lh'
alias la='ls -Al' alias la='ls -Alh'
alias l='ls -CF' alias l='ls -CF'


# enable programmable completion features (you don't need to enable # enable programmable completion features (you don't need to enable
Expand Down

0 comments on commit 9557497

Please sign in to comment.