Feat: add substring search for zsh

This commit is contained in:
2021-06-23 21:30:46 +02:00
parent 310354456e
commit 8693f9157f
2 changed files with 17 additions and 1 deletions

View File

@@ -50,6 +50,13 @@
with_items: "{{ dotusers }}"
when: prompt == 'zsh'
- name: dotiles -- clone zsh zsh-history-substring-search
git:
repo: https://github.com/zsh-users/zsh-history-substring-search
dest: /home/{{ item.username }}/.config/zsh/zsh-history-substring-search
with_items: "{{ dotusers }}"
when: prompt == 'zsh'
- name: dotiles -- clone zsh auto-ls
git:
repo: https://github.com/desyncr/auto-ls