ZSH no longer takes arguments
This commit is contained in:
parent
46e93537b5
commit
38932f6ddd
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue