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

460 B

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.