1
0
Files
dotfiles/bash/dot-bash_profile

5 lines
71 B
Plaintext

if command -v zoxide
then
eval "$(zoxide init bash --cmd cd)"
fi