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