From aab16bd355793bdbe1799d695e682f82ee7ebdda Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 17 Sep 2019 20:41:26 +0100 Subject: [PATCH] Add zsh pacman package --- .conduit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.conduit.yaml b/.conduit.yaml index bedbaac..f875265 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -6,6 +6,8 @@ - pinentry-curses - brew: - zsh +- pacman: + - zsh - command: - install: sudo chsh -s `which zsh` $USER remove: sudo chsh -s `which bash` $USER