Fix an alias issue for 'top'.

This commit is contained in:
Scott Wallace 2014-12-07 13:13:55 +00:00
parent d9d7e100e7
commit c9ceea9b99

View file

@ -37,7 +37,9 @@ export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; histor
#--------------------------------------------------------------------------------
# Make OS X's 'top' behave like the GNU one
#--------------------------------------------------------------------------------
if [ $(uname -s) = "Darwin" ]; then
alias top='top -u'
fi
#--------------------------------------------------------------------------------
#--------------------------------------------------------------------------------