commit
8784ed2785
|
|
@ -107,6 +107,7 @@ plugins/available/rbenv.plugin.bash
|
|||
plugins/available/ruby.plugin.bash
|
||||
plugins/available/textmate.plugin.bash
|
||||
plugins/available/xterm.plugin.bash
|
||||
plugins/available/zoxide.plugin.bash
|
||||
|
||||
# tests
|
||||
#
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
# 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
|
||||
Loading…
Reference in New Issue