diff --git a/roles/user/shell/zsh/tasks/install.yml b/roles/user/shell/zsh/tasks/install.yml index 6367b4c..21ec773 100644 --- a/roles/user/shell/zsh/tasks/install.yml +++ b/roles/user/shell/zsh/tasks/install.yml @@ -12,7 +12,13 @@ name: fzf state: present become: true - when: ansible_distribution not in [ "AlmaLinux" ] + +- name: Install zoxide for jumping around + ansible.builtin.package: + name: zoxide + state: present + become: true + when: ansible_distribution not in [ "openSUSE Leap" ] # “yet another dialog” for the functions in zshrc - name: Install yad for prompts from shell