mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
15 lines
460 B
Markdown
15 lines
460 B
Markdown
|
# zoxide plugin
|
||
|
|
||
|
Initializes [zoxide](https://github.com/ajeetdsouza/zoxide), a smarter cd
|
||
|
command for your terminal.
|
||
|
|
||
|

|
||
|
|
||
|
To use it, add `zoxide` to the plugins array in your `.bashrc` file:
|
||
|
|
||
|
```bash
|
||
|
plugins=(... zoxide)
|
||
|
```
|
||
|
|
||
|
**Note:** you have to [install zoxide](https://github.com/ajeetdsouza/zoxide#step-1-install-zoxide) first.
|