adds gcloud related shell commands
This commit is contained in:
parent
90fafc2187
commit
eb114e4123
1 changed files with 6 additions and 0 deletions
|
@ -27,3 +27,9 @@ ZSH_HIGHLIGHT_PATTERNS+=('rm -fr*' 'fg=white,bold,bg=red')
|
||||||
ZSH_HIGHLIGHT_PATTERNS+=('rm -rf*' 'fg=white,bold,bg=red')
|
ZSH_HIGHLIGHT_PATTERNS+=('rm -rf*' 'fg=white,bold,bg=red')
|
||||||
|
|
||||||
PROJECT_PATHS=(~/src/wunderdog ~/src/koehr ~/src/pkg/)
|
PROJECT_PATHS=(~/src/wunderdog ~/src/koehr ~/src/pkg/)
|
||||||
|
|
||||||
|
# The next line updates PATH for the Google Cloud SDK.
|
||||||
|
if [ -f '/home/nk/src/pkg/google-cloud-sdk/path.zsh.inc' ]; then . '/home/nk/src/pkg/google-cloud-sdk/path.zsh.inc'; fi
|
||||||
|
|
||||||
|
# The next line enables shell command completion for gcloud.
|
||||||
|
if [ -f '/home/nk/src/pkg/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/nk/src/pkg/google-cloud-sdk/completion.zsh.inc'; fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue