Skip to content

Commit

Permalink
Do not advise to restart terminal after setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaunier committed Oct 10, 2016
1 parent a01d003 commit f9a8c92
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,4 @@ ln -s $PWD/Package\ Control.sublime-settings $SUBL_PATH/Packages/User/Package\ C

zsh ~/.zshrc

if [[ `uname` =~ "darwin" ]]; then
echo "Quit your terminal and restart it (⌘ + Q)."
else
echo "Quit your terminal and restart it (Alt + F4)."
fi
echo "👌 Carry on with git setup!"

0 comments on commit f9a8c92

Please sign in to comment.