diff --git a/.bashrc b/.bashrc index 2fd4db7..797fe0a 100644 --- a/.bashrc +++ b/.bashrc @@ -1,6 +1,6 @@ test -f /etc/bashrc && . /etc/bashrc || true test -f /etc/bash_completion && . /etc/bash_completion || true -test -f /usr/local/etc/bash_completion && . "/usr/local/etc/bash_completion" || true +[[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh" test -f $HOME/.bash_aliases && . $HOME/.bash_aliases || true export MINIKUBE_WANTUPDATENOTIFICATION=true