hey there, I heard you like top

This commit is contained in:
David Alexander Majnemer 2009-04-03 23:23:04 -05:00
parent 4193378e9b
commit fedb80d288

View file

@ -28,6 +28,10 @@ case `uname -s` in
alias grep='grep -d skip --color=auto'
;;
FreeBSD|Darwin|DragonFly)
if ( command -v top >/dev/null 2>&1 ) ; then
alias top="top -o cpu"
fi
if ( command -v gls >/dev/null 2>&1 ) ; then
alias ls="gls -h --color=auto"
elif ( ls --version 2>/dev/null | grep GNU >/dev/null 2>&1 ) ; then