This commit is contained in:
deathbybandaid 2022-03-08 09:22:39 -05:00
parent 83f9ed3af1
commit 2f6b874419

View File

@ -16,6 +16,7 @@ else
git -C $custom_bash_aliases_path pull
fi
echo "Checking if bash aliases are setup in ~/.bashrc"
if [[ $(grep -L "$custom_bash_aliases_path" $BASHRCFILE) ]]; then
cat <<EOT >> $BASHRCFILE