my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
458 B

3 years ago
  1. # zoxide plugin
  2. Initializes [zoxide](https://github.com/ajeetdsouza/zoxide), a smarter cd
  3. command for your terminal.
  4. ![Tutorial](https://raw.githubusercontent.com/ajeetdsouza/zoxide/97dc08347d9dbf5b5a4516b79e0ac27366b962ce/contrib/tutorial.webp)
  5. To use it, add `zoxide` to the plugins array in your `.zshrc` file:
  6. ```zsh
  7. plugins=(... zoxide)
  8. ```
  9. **Note:** you have to [install zoxide](https://github.com/ajeetdsouza/zoxide#step-1-install-zoxide) first.