Tuesday, August 29, 2006

Two little lines added to my ~/.bash_profile have brightened up my day:

# Add colour and always report human-readable file sizes
alias ls='ls -hGF'

# Always run top, sorting by cpu-usage (descending)
alias top='top -u'
If anyone has a better colour-scheme, please pass it on.

No comments: