mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
gcloud completion and path fix
This commit is contained in:
parent
85e0b953ed
commit
62f9f41f75
1 changed files with 7 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ export DOTFILES=$HOME/.dotfiles
|
||||||
#:/usr/local/src:/go
|
#:/usr/local/src:/go
|
||||||
# echo WELCOME!
|
# echo WELCOME!
|
||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
export PATH=$HOME/bin:/usr/local/bin:$PATH
|
export PATH=/usr/local/sbin:$HOME/bin:/usr/local/bin:$PATH
|
||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
export GOBIN=$GOPATH/bin
|
export GOBIN=$GOPATH/bin
|
||||||
export PATH=$GOPATH/bin:$PATH
|
export PATH=$GOPATH/bin:$PATH
|
||||||
|
|
@ -174,3 +174,9 @@ alias ezo="edit ~/.oh-my-zsh"
|
||||||
# alias ifconfig='/sbin/ifconfig'
|
# alias ifconfig='/sbin/ifconfig'
|
||||||
source $DOTFILES/k8s/kubectl_helpers.sh
|
source $DOTFILES/k8s/kubectl_helpers.sh
|
||||||
|
|
||||||
|
|
||||||
|
# The next line updates PATH for the Google Cloud SDK.
|
||||||
|
if [ -f '/Users/gshirazi/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/gshirazi/Downloads/google-cloud-sdk/path.zsh.inc'; fi
|
||||||
|
|
||||||
|
# The next line enables shell command completion for gcloud.
|
||||||
|
if [ -f '/Users/gshirazi/Downloads/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/gshirazi/Downloads/google-cloud-sdk/completion.zsh.inc'; fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue