Add instructions to add laconic-so download location to PATH

This commit is contained in:
Adw8
2024-09-10 13:45:29 +05:30
parent 9609713555
commit addd7438a2
2 changed files with 18 additions and 10 deletions
@@ -43,13 +43,6 @@
mode: '0755'
force: yes
- name: Ensure ~/bin is on the PATH in .zshrc
lineinfile:
path: "{{ ansible_env.HOME }}/.zshrc"
regexp: '^export PATH=.*{{ ansible_env.HOME }}/bin'
line: 'export PATH="{{ ansible_env.HOME }}/bin:$PATH"'
state: present
- name: Ensure ~/.laconic-so directory exists
file:
path: "{{ ansible_env.HOME }}/.laconic-so"