summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/99_gcloud
blob: 1a7164c69ac9c5bf78b86569e0cfdd7d3c33e773 (plain)
1
2
3
4
5
6

# The next line updates PATH for the Google Cloud SDK.
if [ -f '/home/tklauser/google-cloud-sdk/path.zsh.inc' ]; then . '/home/tklauser/google-cloud-sdk/path.zsh.inc'; fi

# The next line enables shell command completion for gcloud.
if [ -f '/home/tklauser/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/tklauser/google-cloud-sdk/completion.zsh.inc'; fi