From 0ff55dbce76884c33b90e02c0101892c6c060e87 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 24 Aug 2021 17:53:07 -0700 Subject: zsh: add settings for `gcloud` --- zshrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 8de4f9a..5fa66a6 100644 --- a/zshrc +++ b/zshrc @@ -25,3 +25,9 @@ REPORTTIME=5 bindkey -e PROMPT='; ' + +# The next line updates PATH for the Google Cloud SDK. +if [ -f '/home/fcuny/workspace/google-cloud-sdk/path.zsh.inc' ]; then . '/home/fcuny/workspace/google-cloud-sdk/path.zsh.inc'; fi + +# The next line enables shell command completion for gcloud. +if [ -f '/home/fcuny/workspace/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/fcuny/workspace/google-cloud-sdk/completion.zsh.inc'; fi -- cgit 1.4.1