From e85fc40e220dbf6683f46227afe540d2e8133a7f Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sat, 8 Nov 2025 23:21:16 +1100 Subject: [PATCH] Add zsh to /etc/shells for shell change --- zsh.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh.sh b/zsh.sh index 86233ff..29d47f2 100644 --- a/zsh.sh +++ b/zsh.sh @@ -68,4 +68,5 @@ curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/re mkdir -p ~/.fzf/shell touch ~/.fzf/shell/key-bindings.zsh +sudo sh -c "echo $(which zsh) >> /etc/shells" chsh -s $(which zsh)