Fix various first run issues
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
register: zsh_completion_script
|
||||
changed_when: false
|
||||
|
||||
- name: create local zsh site functions directory
|
||||
file:
|
||||
state: directory
|
||||
path: ~/.local/share/zsh/site-functions
|
||||
|
||||
- name: create op zsh completion file
|
||||
copy:
|
||||
content: '{{zsh_completion_script.stdout}}'
|
||||
|
||||
Reference in New Issue
Block a user