tb-dotfiles/chezmoi/dot_zshrc.d/executable_zoxide.zsh
2025-04-21 10:02:37 -04:00

5 lines
94 B
Bash

if command -v zoxide &> /dev/null; then
eval "$(zoxide init zsh)"
alias j=z
alias ji=zi
fi