mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
hey there, I heard you like top
This commit is contained in:
parent
4193378e9b
commit
fedb80d288
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue