From bc688d829e87f0c0236b662b4e1dee3fc162f299 Mon Sep 17 00:00:00 2001 From: Tyler Davis Date: Thu, 13 Jul 2023 05:40:21 +0000 Subject: zsh,pac: add aws and gcloud tools --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.zshrc') 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 + -- cgit v1.2.3