This commit is contained in:
Christian Nieves
2024-12-14 08:10:44 -06:00
parent afbe9737b7
commit 1fe1ca6c71
5 changed files with 23 additions and 178 deletions

View File

@ -23,6 +23,6 @@ source ~/.aliases.sh
if [[ -f "$HOME/use_google" ]]; then
source $HOME/.bash_profile.google
fi
. "$HOME/.cargo/env"
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
. "$HOME/.cargo/env"