From 7fa1a88560422de0622faf86a2fee4282d7572f5 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Fri, 26 Jul 2024 22:24:46 +0200 Subject: [PATCH] fix(zsh): clean gcloud sdk --- .zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.zshrc b/.zshrc index eb1766d..79db11a 100644 --- a/.zshrc +++ b/.zshrc @@ -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