test
This commit is contained in:
parent
838ec62d9a
commit
0e82b66ceb
@ -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
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user