Feat: add substring search for zsh
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user