Fix: source file for zshrc
This commit is contained in:
parent
68df1b1072
commit
13d2188c95
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
- name: dotfiles -- Copy local zshrc
|
- name: dotfiles -- Copy local zshrc
|
||||||
template:
|
template:
|
||||||
src: files/dotfiles/zshenv
|
src: files/dotfiles/.zshrc
|
||||||
dest: /home/{{ item.username }}/.config/zsh/.zshrc
|
dest: /home/{{ item.username }}/.config/zsh/.zshrc
|
||||||
owner: "{{ item.username }}"
|
owner: "{{ item.username }}"
|
||||||
group: "{{ item.group }}"
|
group: "{{ item.group }}"
|
||||||
@ -63,6 +63,8 @@
|
|||||||
git:
|
git:
|
||||||
repo: https://github.com/zsh-users/zsh-history-substring-search
|
repo: https://github.com/zsh-users/zsh-history-substring-search
|
||||||
dest: /home/{{ item.username }}/.config/zsh/zsh-history-substring-search
|
dest: /home/{{ item.username }}/.config/zsh/zsh-history-substring-search
|
||||||
|
owner: "{{ item.username }}"
|
||||||
|
group: "{{ item.group }}"
|
||||||
with_items: "{{ dotusers }}"
|
with_items: "{{ dotusers }}"
|
||||||
when: prompt == 'zsh'
|
when: prompt == 'zsh'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user