This commit is contained in:
deathbybandaid 2022-03-08 08:56:20 -05:00
parent 838ec62d9a
commit 0e82b66ceb
3 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ if [ ! -d "$custom_topgrade_confs_path" ]; then
echo "Installing topgrade configs"
git clone --quiet $custom_topgrade_confs_git $custom_topgrade_confs_path
else
git -C $custom_topgrade_confs_git pull
git -C $custom_topgrade_confs_path pull
fi

View File

@ -10,6 +10,6 @@ if [ ! -d "$custom_bash_aliases_path" ]; then
echo "Installing Bash Aliases"
git clone --quiet $custom_bash_aliases_git $custom_bash_aliases_path
else
git -C $custom_bash_aliases_git pull
git -C $custom_bash_aliases_path pull
fi
source $HOME/.bashrc