Skip to content

Commit

Permalink
canceled oh-my-zsh automatic zsh launch
Browse files Browse the repository at this point in the history
  • Loading branch information
kayofeld committed Dec 23, 2017
1 parent 217713c commit 75e7078
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion installation/install
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,11 @@ script_header "ZSH" $C_YELLOW
sys_install zsh

script_header "OH-MY-ZSH" $C_YELLOW
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh > oh-my-zsh.sh
sed -i "s:env zsh:exit:g" oh-my-zsh.sh
chmod 755 oh-my-zsh.sh
./oh-my-zsh.sh
rm oh-my-zsh.sh
#no error check here: remote install.sh has a chsh error
chsh $USER -s /usr/bin/zsh
handle_error $?
Expand Down

0 comments on commit 75e7078

Please sign in to comment.