Compare commits

..

No commits in common. "34c984f6f8195052178123e0882f7ae75ad01d80" and "ff4942cb1b4c6cc7c375c52b3d0cb24e0faa10b7" have entirely different histories.

View File

@ -24,12 +24,12 @@
- name: Add source to .zshrc
lineinfile:
path: "{{ rc_files_user_path }}/.zshrc"
line: "{{ item }}"
line: "source .ansible_zshrc"
create: yes
mode: 'u=rw,go=r'
loop:
- "source ~/.antigenrc"
- "source ~/.ansible_zshrc"
- "source .antigenrc"
- "source .ansible_zshrc"
- name: Install .p10k.zsh
ansible.builtin.copy: