summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 7aad34e..fe52f67 100644
--- a/.zshrc
+++ b/.zshrc
@@ -51,6 +51,11 @@ case "$OSTYPE" in
# Rust GDB
export PYTHONPATH=$PYTHONPATH:$HOME/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/etc
+ # The next line updates PATH for the Google Cloud SDK.
+ if [ -f '/home/tydavis/.gcloud/google-cloud-sdk/path.zsh.inc' ]; then . '/home/tydavis/.gcloud/google-cloud-sdk/path.zsh.inc'; fi
+ # The next line enables shell command completion for gcloud.
+ if [ -f '/home/tydavis/.gcloud/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/tydavis/.gcloud/google-cloud-sdk/completion.zsh.inc'; fi
+
`eval ~/.local/bin/pathuniq-rs`
;;
dragonfly*|freebsd*|netbsd*|openbsd*)
@@ -187,3 +192,4 @@ if [[ ! -v VSCODE_INJECTION ]]; then
fi
fi
fi
+