install neovim from PPA

fix zsh startup by removing asdf scripts
This commit is contained in:
Pim Kunis 2022-12-18 13:03:12 +01:00
parent a9143e842d
commit d2ea5d5771
6 changed files with 14 additions and 42 deletions

View file

@ -49,8 +49,6 @@ alias gl='git log'
# asdf
. $HOME/.asdf/asdf.sh
fpath=(${ASDF_DIR}/completions $fpath)
autoload -Uz compinit && compinit
# For neovim
PATH=$PATH:/usr/local

View file

@ -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