diff --git a/.aliases b/.aliases
index 2690e6c..38f2246 100644
--- a/.aliases
+++ b/.aliases
@@ -9,5 +9,3 @@ alias cp='cpv'
 alias vim='nvim'
 alias ls='eza'
 alias cat='bat'
-# zsh function, not binary, cf zoxide
-alias cd='z'
diff --git a/.zshrc b/.zshrc
index fa9f10e..fa8b7c2 100644
--- a/.zshrc
+++ b/.zshrc
@@ -59,7 +59,7 @@ source $ZSH/oh-my-zsh.sh
 eval "$(oh-my-posh init zsh --config ~/.config/theme/quick-term.omp.json)"
 
 # Completions for zoxide
-eval "$(zoxide init zsh)"
+eval "$(zoxide init zsh --cmd cd)"
 
 
 # And use Catppuccin Macchiato theme for ZSH fast hightlight plugin (LOCAL means searching in /usr/local/share/fsh)