From 99d70422c080c28fa64f39e942034e29afd3a961 Mon Sep 17 00:00:00 2001 From: Yax Date: Mon, 4 May 2026 19:06:45 +0200 Subject: [PATCH] change zoxide alias from zi to cd --- dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index cce6525..9de7737 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -152,7 +152,7 @@ else echo "warning: sesh is not installed" >&2 fi if command -v zoxide &>/dev/null; then - eval "$(zoxide init zsh)" + eval "$(zoxide init zsh --cmd cd)" else echo "warning: zoxide is not installed" >&2 fi