From b26e0d10e45504d611afb49fb8f09bba487a787e Mon Sep 17 00:00:00 2001 From: Luna Komorebi Date: Fri, 7 Jun 2024 12:59:56 +0200 Subject: [PATCH] add support for zoxide --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 858a34b..845581a 100644 --- a/.zshrc +++ b/.zshrc @@ -173,6 +173,10 @@ if iscmd fzf; then source <(fzf --zsh); fi +if iscmd zoxide; then + eval "$(zoxide init zsh)" +fi + DISABLE_MAGIC_FUNCTIONS=true source $OTHER/func.zsh source "$plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"