bash-it installs correctly

This commit is contained in:
Stephen Card 2022-01-11 23:56:04 -05:00
parent 14836b1296
commit dc58b1908a

View file

@ -33,6 +33,7 @@ case $answer in
b | bash)
echo "Installing Bash-It"
git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
bash ~/.bash_it/install.sh
;;
*)
echo "Guess we're sticking with vanilla bash then..."