Use 'htop' when possible.
This commit is contained in:
parent
6a01d5e0f1
commit
fad55152dc
13
.bashrc
13
.bashrc
|
@ -62,17 +62,10 @@ export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a"
|
|||
#--------------------------------------------------------------------------------
|
||||
|
||||
#--------------------------------------------------------------------------------
|
||||
# OS X aliases
|
||||
#--------------------------------------------------------------------------------
|
||||
if [ $(uname -s) = "Darwin" ]; then
|
||||
alias top='top -u'
|
||||
alias ll='ls -l'
|
||||
fi
|
||||
#--------------------------------------------------------------------------------
|
||||
|
||||
#--------------------------------------------------------------------------------
|
||||
# Git aliases
|
||||
# Command aliases
|
||||
#--------------------------------------------------------------------------------
|
||||
alias ll='ls -l'
|
||||
[[ -x $(which htop) ]] && alias top='htop'
|
||||
alias gitx='open -a GitX .'
|
||||
#--------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ fi
|
|||
xargs brew install <<EOF
|
||||
git
|
||||
coreutils
|
||||
htop
|
||||
python3
|
||||
vim
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue