From a88d5d9bd3caadb47c17adb97897c9b89c8ca0af Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 28 Nov 2017 22:05:55 +0000 Subject: [PATCH] Add command to set zsh as default shell --- .conduit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.conduit.yaml b/.conduit.yaml index f64d261..0258e84 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -5,6 +5,8 @@ apt: - zsh-doc brew: - zsh +commands: + - sudo chsh $USER -s `which zsh` symlinks: - {src: zlogin, dst: ~/.zlogin} - {src: zlogout, dst: ~/.zlogout}