diff --git a/zsh_install.sh b/zsh_install.sh index a41baa0..9a16e59 100644 --- a/zsh_install.sh +++ b/zsh_install.sh @@ -20,4 +20,7 @@ echo Installing AutoSuggestions zsh -c "git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions" echo Running Zsh + +sudo usermod -s /usr/bin/zsh $(whoami) + zsh