make sure [[ ]] not [ ]

main
Nguyen Tran Hau 2020-07-08 14:13:22 +07:00
parent ee28f71527
commit c1e94d6fbf
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@ Add to `~/.bashrc`:
source /usr/share/bash-completion/bash_completion
# Homebrew
[ -f /usr/local/etc/bash_completion ] && \
[[ -f /usr/local/etc/bash_completion ]] && \
source /usr/local/etc/bash_completion
```