Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54d266 commit 1aa7827Copy full SHA for 1aa7827
1 file changed
.zshrc
@@ -126,3 +126,15 @@ fi
126
127
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
128
129
+
130
+# The next line updates PATH for the Google Cloud SDK.
131
+if [ -f '/Users/darrell/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/darrell/Downloads/google-cloud-sdk/path.zsh.inc'; fi
132
133
+# The next line enables shell command completion for gcloud.
134
+if [ -f '/Users/darrell/Downloads/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/darrell/Downloads/google-cloud-sdk/completion.zsh.inc'; fi
135
136
+# The following lines have been added by Docker Desktop to enable Docker CLI completions.
137
+fpath=(/Users/darrell/.docker/completions $fpath)
138
+autoload -Uz compinit
139
+compinit
140
+# End of Docker CLI completions
0 commit comments