diff --git a/init.sh b/init.sh index 2578572..68c8d44 100755 --- a/init.sh +++ b/init.sh @@ -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..."