diff options
Diffstat (limited to '')
-rw-r--r-- | zshrc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/zshrc b/zshrc index dcc8242..f6a5f71 100644 --- a/zshrc +++ b/zshrc @@ -45,9 +45,3 @@ if [ "$TERM" = "dumb" ]; then PS1='$ ' unsetopt zle fi - -# The next line updates PATH for the Google Cloud SDK. -if [ -f '/home/fcuny/workspace/google-cloud-sdk/path.zsh.inc' ]; then . '/home/fcuny/workspace/google-cloud-sdk/path.zsh.inc'; fi - -# The next line enables shell command completion for gcloud. -if [ -f '/home/fcuny/workspace/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/fcuny/workspace/google-cloud-sdk/completion.zsh.inc'; fi |