fix darwin compat

master
Andrew Coleman 2020-01-06 11:46:03 -05:00
parent de66d253ca
commit 2fbdca54a6
1 changed files with 1 additions and 1 deletions

View File

@ -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