From 06adb681f95ccf5f6274c6fd0fa928072f95c3fe Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 30 Sep 2024 22:52:14 -0400 Subject: [PATCH] update set shell script --- .scripts/set-shell.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.scripts/set-shell.sh b/.scripts/set-shell.sh index 251e916..ab62005 100644 --- a/.scripts/set-shell.sh +++ b/.scripts/set-shell.sh @@ -1,4 +1,3 @@ #!/bin/bash -chsh -s /bin/zsh - +chsh -s $(which zsh)