ZSH no longer takes arguments

This commit is contained in:
Anthony Cicchetti 2021-04-26 08:07:25 -04:00
parent 46e93537b5
commit 38932f6ddd

View file

@ -7,7 +7,7 @@
- name: Homebrew - install most packages
homebrew:
update_homebrew: yes
name: neovim,git,gnu-tar,zstd
name: neovim,git,gnu-tar,zstd,zsh
- name: Homebrew - install skim if no-rust-extras
homebrew:
@ -16,12 +16,6 @@
when:
- rust_extras == false
- name: Homebrew - Install zsh
homebrew:
update_homebrew: yes
name: zsh
install_options: with-gdbm with-pcre with-unicode9
- include_tasks: neovim-nightly.yml
- include_tasks: emacs-plus.yml