bash-it installs correctly
This commit is contained in:
parent
14836b1296
commit
dc58b1908a
1 changed files with 1 additions and 0 deletions
1
init.sh
1
init.sh
|
@ -33,6 +33,7 @@ case $answer in
|
||||||
b | bash)
|
b | bash)
|
||||||
echo "Installing Bash-It"
|
echo "Installing Bash-It"
|
||||||
git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.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..."
|
echo "Guess we're sticking with vanilla bash then..."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue