Update bashrc

This commit is contained in:
Tyler 2024-12-23 09:46:38 -05:00
parent 00f79a69bb
commit a88c424156

View File

@ -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