From b8b70bd9e4b2faf47cece7ad78eaaafe5cbb0160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 30 Jun 2024 13:48:08 +0200 Subject: [PATCH] Use zoxide --- .config/zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 0f5d203..0595b90 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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.