fix(zsh): clean gcloud sdk

This commit is contained in:
2024-07-26 22:24:46 +02:00
parent d7e71a3dc1
commit cc28744031
-6
View File
@@ -198,9 +198,3 @@ alias ssh='ssh_with_title'
autoload -Uz promptinit
promptinit
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