From f7d952c6280c15ef4b7948d5ac1e149971fec99b Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 19 Aug 2018 21:01:02 +0100 Subject: [PATCH] Use bash for default shell on removal --- .conduit.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.conduit.yaml b/.conduit.yaml index 866dc87..550b346 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -6,7 +6,9 @@ - brew: - zsh - command: - - sudo chsh $USER -s `which zsh` + - + install: sudo chsh $USER -s `which zsh` + remove: sudo chsh $USER -s `which bash` - symlink: - {src: zlogin, dst: ~/.zlogin} - {src: zlogout, dst: ~/.zlogout}