fix(zsh): clean gcloud sdk

This commit is contained in:
Oscar Wallberg
2024-07-26 22:24:46 +02:00
parent 5a329e1982
commit 7fa1a88560
-6
View File
@@ -198,9 +198,3 @@ alias ssh='ssh_with_title'
autoload -Uz promptinit autoload -Uz promptinit
promptinit promptinit
prompt warg prompt warg
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/home/oscar/google-cloud-sdk/path.zsh.inc' ]; then . '/home/oscar/google-cloud-sdk/path.zsh.inc'; fi
# The next line enables shell command completion for gcloud.
if [ -f '/home/oscar/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/oscar/google-cloud-sdk/completion.zsh.inc'; fi