Initializes zoxide, a smarter cd command for your terminal.
To use it, add zoxide to the plugins array in your .zshrc file:
zoxide
.zshrc
plugins=(... zoxide)
Note: you have to install zoxide first.