Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kmille committed Feb 22, 2019
1 parent 4b88e29 commit 88f4432
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function install_zsh {
}


if $(which zsh)
if command -v zsh > /dev/null
then
#do_for_all
#install_zsh
Expand All @@ -49,5 +49,4 @@ else
#do_for_all
#install_bash
echo 2

fi

0 comments on commit 88f4432

Please sign in to comment.