From bb40be068b8aef1e9447a875cabb38e59c19ccfe Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Wed, 5 Jun 2024 18:26:13 +0200 Subject: [PATCH] feat: change default shell to zsh during zsh deploy --- zsh/_deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/_deploy.sh b/zsh/_deploy.sh index 752e5b1..ef34825 100644 --- a/zsh/_deploy.sh +++ b/zsh/_deploy.sh @@ -1,2 +1,3 @@ # Setup zsh cp ./zsh/zsh/* /root +chsh -s /bin/zsh