From 8c0226d77137426314206325f766b9adaea469cf Mon Sep 17 00:00:00 2001 From: shokinn Date: Tue, 29 Jul 2025 10:55:37 +0200 Subject: [PATCH] Add zoxide command override for easier directory navigation --- dotfiles/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index fae2b13..facef7c 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -72,6 +72,9 @@ COMPLETION_WAITING_DOTS="true" # Would you like to use another custom folder than $ZSH/custom? # ZSH_CUSTOM=/path/to/new-custom-folder +# set zoxide command to cd +ZOXIDE_CMD_OVERRIDE="cd" + # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse)