Fix loading on cloudtop

This commit is contained in:
Christian Nieves
2022-08-17 11:14:25 -05:00
parent 714bb3d138
commit 8099c1483d
3 changed files with 3 additions and 3 deletions

View File

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