mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Fix google tools, default kube-ps1 to off
This commit is contained in:
parent
95af07474f
commit
ce692ba76c
1 changed files with 5 additions and 2 deletions
|
|
@ -164,6 +164,9 @@ if [[ `uname` == 'Darwin' ]]; then
|
||||||
GEMBIN="$(gem environment gemdir)/bin"
|
GEMBIN="$(gem environment gemdir)/bin"
|
||||||
export PATH=$PATH:$GEMBIN
|
export PATH=$PATH:$GEMBIN
|
||||||
|
|
||||||
|
# Force google-cloud-sdk to use python 3.8
|
||||||
|
export CLOUDSDK_PYTHON="/usr/local/opt/python@3.8/libexec/bin/python"
|
||||||
|
|
||||||
glcoud_zsh_path='/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc'
|
glcoud_zsh_path='/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc'
|
||||||
[ -f $glcoud_zsh_path ] && source $glcoud_zsh_path
|
[ -f $glcoud_zsh_path ] && source $glcoud_zsh_path
|
||||||
|
|
||||||
|
|
@ -190,6 +193,6 @@ fi
|
||||||
# added by travis gem
|
# added by travis gem
|
||||||
[ ! -s /Users/gene/.travis/travis.sh ] || source /Users/gene/.travis/travis.sh
|
[ ! -s /Users/gene/.travis/travis.sh ] || source /Users/gene/.travis/travis.sh
|
||||||
|
|
||||||
|
# default kube-ps1 to off
|
||||||
|
kubeoff
|
||||||
|
|
||||||
# krew path
|
|
||||||
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue