From 6febdea2df97d326c42183dd2458e00f56f10cf1 Mon Sep 17 00:00:00 2001 From: Steven Lu Date: Tue, 9 Jul 2013 23:11:12 -0400 Subject: [PATCH] More auto-ness for making Linux (Ubuntu is what I'm testing now) happy --- tools/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install.sh b/tools/install.sh index e4ef8aeef..7c8ab0a56 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -34,6 +34,7 @@ ln -s "$HOME/.oh-my-zsh/zshrc" ~/.zshrc # echo "export PATH=\$PATH:$PATH" >> ~/.zshrc echo "\033[0;34mChanging default shell to zsh\033[0m" +sudo echo `which zsh` >> /etc/shells chsh -s `which zsh` echo "\033[0;32m"" __ slu's fork __ ""\033[0m"