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