Remove Oh My ZSH dependency of my ZSH configuration

This commit is contained in:
Fabio Scotto di Santolo
2025-08-18 12:40:41 +02:00
parent 5e0d5ae0cf
commit 77d6198480
10 changed files with 737 additions and 150 deletions

View File

@@ -0,0 +1,5 @@
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