diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index a1a45a7..e7b923d 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -116,6 +116,7 @@ fi # https://github.com/ajeetdsouza/zoxide if command -v zoxide &>/dev/null; then + export _ZO_ECHO=1 eval "$(zoxide init zsh)" fi