From e58b9ba03272c398379d181678cf497573696a47 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 28 Nov 2017 22:35:22 +0000 Subject: [PATCH] Make actions non-plural --- .conduit.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.conduit.yaml b/.conduit.yaml index 0258e84..55a4de6 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -5,9 +5,9 @@ apt: - zsh-doc brew: - zsh -commands: +command: - sudo chsh $USER -s `which zsh` -symlinks: +symlink: - {src: zlogin, dst: ~/.zlogin} - {src: zlogout, dst: ~/.zlogout} - {src: zprofile, dst: ~/.zprofile} @@ -16,6 +16,6 @@ symlinks: - src: prompt_fresh_setup dst: ~/.local/share/zsh/site-functions/prompt_fresh_setup -repos: +repo: - https://github.com/zsh-users/zsh-syntax-highlighting.git - https://github.com/zsh-users/zsh-history-substring-search.git