From 1271bf4190ab698507fa780014c43150c178c557 Mon Sep 17 00:00:00 2001 From: xesc Date: Sat, 26 Oct 2024 22:40:01 +0200 Subject: [PATCH] add support for zoxide --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 163aeb4..d3beb17 100755 --- a/.zshrc +++ b/.zshrc @@ -59,3 +59,7 @@ else source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh fi +if $(which zoxide > /dev/null); then + eval "$(zoxide init zsh)" +fi +