Update Google prefs loading

This commit is contained in:
Christian Nieves
2022-08-08 11:10:54 -05:00
parent d3abbde5c7
commit e00277beb0
15 changed files with 18 additions and 15 deletions

View File

@ -20,5 +20,8 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
source ~/.bash_profile.local
if [[ -f "~/use_google" ]]; then
source ~/.bash_profile.google
fi
source ~/.aliases.sh