Make actions non-plural

This commit is contained in:
Kenneth Benzie 2017-11-28 22:35:22 +00:00
parent a88d5d9bd3
commit e58b9ba032

View File

@ -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