From 9f3514a94568036eae9d12f4a1401be483405ab7 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Wed, 5 Jun 2024 18:28:01 +0200 Subject: [PATCH] feat: change zsh default shell path to /usr --- zsh/_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/_deploy.sh b/zsh/_deploy.sh index ef34825..64c6c89 100644 --- a/zsh/_deploy.sh +++ b/zsh/_deploy.sh @@ -1,3 +1,3 @@ # Setup zsh cp ./zsh/zsh/* /root -chsh -s /bin/zsh +chsh -s /usr/bin/zsh