diff --git a/.config/install-scripts/002-zsh.sh b/.config/install-scripts/002-zsh.sh index 2bccc3c..fbd73f6 100755 --- a/.config/install-scripts/002-zsh.sh +++ b/.config/install-scripts/002-zsh.sh @@ -9,3 +9,4 @@ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-sy mkdir ~/.zsh/command-not-found/ curl --output ~/.zsh/command-not-found/command-not-found.plugin.zsh https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/plugins/command-not-found/command-not-found.plugin.zsh ln ~/.config/zsh/.zshrc ~/.zshrc +chsh -s /usr/bin/zsh