python and zoxide alias

This commit is contained in:
2026-01-23 11:55:27 +08:00
parent b1d7af59a0
commit 1a949c4497
3 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
if (( $+commands[zoxide] )); then
# eval "$(zoxide init --cmd ${ZOXIDE_CMD_OVERRIDE:-z} zsh)"
eval "$(zoxide init --cmd z zsh)"
fi