From a88c4241561b80d38d5c188fd2d82b6ab32b7744 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 23 Dec 2024 09:46:38 -0500 Subject: [PATCH] Update bashrc --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 2002510..cecb151 100644 --- a/.bashrc +++ b/.bashrc @@ -160,4 +160,8 @@ export NVM_DIR="$HOME/.nvm" [[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh eval "$(atuin init bash)" +# The next line updates PATH for the Google Cloud SDK. +if [ -f '/home/tyler/work/google-cloud-sdk/path.bash.inc' ]; then . '/home/tyler/work/google-cloud-sdk/path.bash.inc'; fi +# The next line enables shell command completion for gcloud. +if [ -f '/home/tyler/work/google-cloud-sdk/completion.bash.inc' ]; then . '/home/tyler/work/google-cloud-sdk/completion.bash.inc'; fi