forgot something.

This commit is contained in:
staticsafe 2012-04-10 13:08:28 -04:00
parent 9a406755f5
commit ee6fa6eea4
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ installpackages() {
changeshell() {
if [[ $SHELL == "/usr/bin/zsh" || $SHELL == "/bin/zsh" ]]; then
printf '%s\n' "Your default shell is already zsh, continuing."
exec zsh
else
chsh -s $(which zsh)
printf '%s\n' "Default shell changed to zsh, logout and login to see changes"