Files
bash-it/plugins/available/zoxide.plugin.bash
2021-11-24 16:49:46 +05:30

10 lines
266 B
Bash

# shellcheck shell=bash
cite about-plugin
about-plugin 'zoxide is a smarter cd command for your shell.'
if _command_exists zoxide; then
eval "$(zoxide init bash)"
else
_log_error 'zoxide not found, please install it from https://github.com/ajeetdsouza/zoxide'
fi