From 9ac46fe09296d73a3c61e9cf21143d632337bef5 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 16 Sep 2024 12:05:47 -0400 Subject: [PATCH] zsh: Add zoxide --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 87c157f..fbd287f 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -89,6 +89,8 @@ _has direnv && eval "$(direnv hook zsh)" || true FZF_CTRL_T_COMMAND='' _has fzf && eval "$(fzf --zsh)" || true +_has zoxide && eval "$(zoxide init zsh)" || true + setopt interactivecomments if [ -f "$HOME/.config/zsh/os.zshrc" ]; then