feat(user/zsh): install zoxide

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-07-01 21:59:11 +02:00
parent 2d8f1f7f36
commit 933c3dae34
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

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