dotfiles/dot_config/bash/zoxide.sh

6 lines
130 B
Bash

if which zoxide > /dev/null 2>&1 ; then
eval "$(zoxide init bash)"
# shellcheck disable=SC2139
alias z="$(which zoxide)"
fi