oh-my-bash/plugins/zoxide
2022-01-15 19:00:35 +09:00
..
README.md Add plugin for zoxide 2021-12-24 21:12:50 +09:00
zoxide.plugin.sh refactor: Normalize shebang of scripts to source 2022-01-15 19:00:35 +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.