fix darwin compat
parent
de66d253ca
commit
2fbdca54a6
2
.bashrc
2
.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
|
||||
|
|
Reference in New Issue