Add zoxide under Plugins

zoxide is a zsh plugin that tracks your directory usage, allowing you to quickly `cd` to anywhere on your filesystem using just part of the directory name as a query.
This commit is contained in:
Ajeet D'Souza 2020-04-01 02:08:11 +05:30 committed by GitHub
parent 893044999b
commit d0dca88f4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -812,6 +812,7 @@ The project is very active currently > 2000 commits.
* [zinit-console](https://github.com/zinit-zsh/zinit-console) a semigraphical (curses) consolette for [zinit](#zinit) plugin manager.
* [zjump](https://github.com/qoomon/zjump) - Simplify ZSH directory navigation; jump to already visited, parent or sub folders.
* [zlong_alert](https://github.com/kevinywlui/zlong_alert.zsh) - Uses notify-send and ring a bell to alert you when a command that has taken a long time (default: 15 seconds) has completed.
* [zoxide](https://github.com/ajeetdsouza/zoxide) - A fast alternative to `cd` that learns your habits.
* [zredis](https://github.com/zdharma/zredis) - Adds Redis database support, with `database_key` <-> `shell_variable` binding. Supports all data types.
* [zsh-z](https://github.com/agkozak/zsh-z) - Jump quickly to directories that you have visited "frecently." A native ZSH port of `z.sh` - without `awk`, `sed`, `sort`, or `date`.
* [zshmarks](https://github.com/jocelynmallon/zshmarks) - A port of Bashmarks (by Todd Werth), a simple command line bookmarking plugin, for oh-my-zsh.