From a701eb8699fdfbcb9335b61c97ac12ea79785034 Mon Sep 17 00:00:00 2001 From: AcidUK Date: Sun, 28 May 2023 14:26:35 +0100 Subject: [PATCH] chsh after shell update --- .config/install-scripts/002-zsh.sh | 1 + 1 file changed, 1 insertion(+) 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