Add missing parenthesis

The bug was introduced in 933c61b.
This commit is contained in:
Sorin Ionescu 2015-02-22 23:52:41 -05:00
parent ab45ade380
commit b41f485528
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ alias du='du -kh'
if (( $+commands[htop] )); then
alias top=htop
else
if [[ "$OSTYPE" == darwin*|*bsd* ]]; then
if [[ "$OSTYPE" == (darwin*|*bsd*) ]]; then
alias topc='top -o cpu'
alias topm='top -o vsize'
else