From 03c1917648b032e0745011d9402d9a93d86b1e7f Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:51:59 +1000 Subject: [PATCH] Change default shell --- zsh.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh.sh b/zsh.sh index 315cd07..dc9f518 100644 --- a/zsh.sh +++ b/zsh.sh @@ -56,3 +56,5 @@ curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/re # Setup fzf mkdir -p ~/.fzf/shell touch ~/.fzf/shell/key-bindings.zsh + +chsh -s $(which zsh)