We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 447c89a + a89f2f8 commit 8784ed2Copy full SHA for 8784ed2
clean_files.txt
@@ -107,6 +107,7 @@ plugins/available/rbenv.plugin.bash
107
plugins/available/ruby.plugin.bash
108
plugins/available/textmate.plugin.bash
109
plugins/available/xterm.plugin.bash
110
+plugins/available/zoxide.plugin.bash
111
112
# tests
113
#
plugins/available/zoxide.plugin.bash
@@ -0,0 +1,9 @@
1
+# shellcheck shell=bash
2
+cite about-plugin
3
+about-plugin 'zoxide is a smarter cd command for your shell.'
4
+
5
+if _command_exists zoxide; then
6
+ eval "$(zoxide init bash)"
7
+else
8
+ _log_error 'zoxide not found, please install it from https://github.com/ajeetdsouza/zoxide'
9
+fi
0 commit comments