From abf20352aa44fd5badcfa58c854d47f66f1fcfca Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 6 Sep 2022 08:16:32 -0600 Subject: [PATCH] Add `Freed-Wu/zsh-command-not-found` plugin - Add `Freed-Wu/zsh-cmmand-not-found` plugin - Disambiguate `Tarrasch/zsh-command-not-found` plugin Signed-off-by: Joe Block --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 089db30..91e57e0 100644 --- a/README.md +++ b/README.md @@ -599,7 +599,8 @@ This section is for full setup dropins - they aren't frameworks, but they're not - [colors (Tarrasch)](https://github.com/Tarrasch/zsh-colors) - Makes it easier to colorize text from the CLI. `red foo` just works. - [colors (zpm-zsh)](https://github.com/zpm-zsh/colors) - Enhanced colors for ZSH. - [command-execution-timer](https://github.com/olets/command-execution-timer) - Displays the time an interactive shell command takes to execute. -- [command-not-found](https://github.com/Tarrasch/zsh-command-not-found) - A mirror of the [oh-my-zsh](https://ohmyz.sh) [command-not-found](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/command-not-found) plugin so you don't have to include all of oh-my-zsh. +- [command-not-found (freed-wu)](https://github.com/Freed-Wu/zsh-command-not-found) - Uses the command-not-found package for zsh to provide suggested packages to be installed if a command cannot be found. +- [command-not-found (tarrasch)](https://github.com/Tarrasch/zsh-command-not-found) - A mirror of the [oh-my-zsh](https://ohmyz.sh) [command-not-found](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/command-not-found) plugin so you don't have to include all of oh-my-zsh. - [command-note](https://github.com/KKRainbow/zsh-command-note.plugin) - Record complex commands and comment on them. - [command-time](https://github.com/popstas/zsh-command-time) - Show execution time for long commands in ZSH and [powerlevel9k](https://github.com/bhilburn/powerlevel9k). Similar to `REPORTTIME` builtin, but only outputs when user + system time >= `REPORTTIME`. - [compe](https://github.com/tamago324/compe-zsh) - Add completion for [nvim-compe](https://github.com/hrsh7th/nvim-compe).