install neovim from PPA
fix zsh startup by removing asdf scripts
This commit is contained in:
parent
a9143e842d
commit
d2ea5d5771
6 changed files with 14 additions and 42 deletions
|
@ -12,6 +12,6 @@
|
|||
name: "{{ ansible_user_id }}"
|
||||
shell: /usr/bin/zsh
|
||||
- name: Install .zshrc
|
||||
template:
|
||||
src: "{{ role_path }}/templates/.zshrc.j2"
|
||||
copy:
|
||||
src: "{{ role_path }}/files/.zshrc"
|
||||
dest: ~/.zshrc
|
||||
|
|
Reference in a new issue