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