Use zoxide

This commit is contained in:
Rodolphe Bréard 2024-06-30 13:48:08 +02:00
parent d9a3ed4375
commit b8b70bd9e4

View file

@ -42,6 +42,9 @@ fi
[ -f "/usr/share/skim/key-bindings.zsh" ] && . /usr/share/skim/key-bindings.zsh
[ -f "/usr/share/skim/completion.zsh" ] && . /usr/share/skim/completion.zsh
# zoxide
hash zoxide 2>/dev/null && eval "$(zoxide init zsh)"
# Java
#
# Use `archlinux-java` to change the default Java environment.