oh-my-bash/plugins/zoxide
2021-12-24 21:12:50 +09:00
..
README.md Add plugin for zoxide 2021-12-24 21:12:50 +09:00
zoxide.plugin.sh Add plugin for zoxide 2021-12-24 21:12:50 +09:00

zoxide plugin

Initializes zoxide, a smarter cd command for your terminal.

Tutorial

To use it, add zoxide to the plugins array in your .bashrc file:

plugins=(... zoxide)

Note: you have to install zoxide first.