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