]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/zoxide/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / zoxide / README.md
1 # zoxide plugin
2
3 Initializes [zoxide](https://github.com/ajeetdsouza/zoxide), a smarter cd
4 command for your terminal.
5
6 ![Tutorial](https://raw.githubusercontent.com/ajeetdsouza/zoxide/97dc08347d9dbf5b5a4516b79e0ac27366b962ce/contrib/tutorial.webp)
7
8 To use it, add `zoxide` to the plugins array in your `.zshrc` file:
9
10 ```zsh
11 plugins=(... zoxide)
12 ```
13
14 **Note:** you have to [install zoxide](https://github.com/ajeetdsouza/zoxide#step-1-install-zoxide) first.