diff --git a/.bashrc b/.bashrc index aa997d6..8f34f15 100755 --- a/.bashrc +++ b/.bashrc @@ -80,7 +80,7 @@ fi # Add bash completion scripts #-------------------------------------------------------------------------------- if [ -f $(brew --prefix 2>/dev/null)/etc/bash_completion ]; then - . $(brew --prefix)/etc/bash_completion + . $(brew --prefix 2>/dev/null)/etc/bash_completion fi #--------------------------------------------------------------------------------