5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
if command -v zoxide
|
|
then
|
|
eval "$(zoxide init bash --cmd cd)"
|
|
fi
|