Remove zoxide external plugin

This commit is contained in:
Fabio Scotto di Santolo
2025-08-18 15:19:54 +02:00
parent 70992edb08
commit d5741c38a1
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
if (( $+commands[zoxide] )); then
eval "$(zoxide init --cmd ${ZOXIDE_CMD_OVERRIDE:-z} zsh)"
else
echo '[oh-my-zsh] zoxide not found, please install it from https://github.com/ajeetdsouza/zoxide'
fi