From 6bf59a4528920744f542c810abe9471bbe9d0f99 Mon Sep 17 00:00:00 2001 From: Jonas H Date: Mon, 9 Mar 2026 11:53:54 +0100 Subject: [PATCH] zsh added zoxide --- zshrc/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc/.zshrc b/zshrc/.zshrc index 0237ca2..2144bc5 100644 --- a/zshrc/.zshrc +++ b/zshrc/.zshrc @@ -55,3 +55,4 @@ export PYENV_ROOT="$HOME/.pyenv" eval "$(pyenv init - zsh)" eval "$(starship init zsh)" +eval "$(zoxide init zsh)"