mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-03-22 09:25:40 +08:00
Add missing parenthesis
The bug was introduced in 933c61b.
This commit is contained in:
parent
ab45ade380
commit
b41f485528
@ -146,7 +146,7 @@ alias du='du -kh'
|
|||||||
if (( $+commands[htop] )); then
|
if (( $+commands[htop] )); then
|
||||||
alias top=htop
|
alias top=htop
|
||||||
else
|
else
|
||||||
if [[ "$OSTYPE" == darwin*|*bsd* ]]; then
|
if [[ "$OSTYPE" == (darwin*|*bsd*) ]]; then
|
||||||
alias topc='top -o cpu'
|
alias topc='top -o cpu'
|
||||||
alias topm='top -o vsize'
|
alias topm='top -o vsize'
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user