Update bashrc
This commit is contained in:
parent
00f79a69bb
commit
a88c424156
4
.bashrc
4
.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
|
||||
|
Loading…
Reference in New Issue
Block a user