From 3cdd0e601d01c6c8b804f2de695beccadb1fcfb4 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Fri, 10 Jun 2016 06:58:31 -0700 Subject: [PATCH] Add zsh-sudo plugin (was extracted from oh-my-zsh) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 389b8ec..9889da2 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,7 @@ These frameworks make customizing your zsh setup easier. * [zsh-plugin-vscode](https://github.com/wuotr/zsh-plugin-vscode) - Plugin for Visual Studio Code, a text editor for Mac OS X, Windows, and Linux * [zsh-reentry-hook](https://github.com/RobSis/zsh-reentry-hook) - Plugin that re-enters working directory if it has been removed and re-created. * [zsh-select](https://github.com/psprint/zsh-select) - multi-term searched selection list with approximate matching and uniq mode +* [zsh-sudo](https://github.com/hcgraf/zsh-sudo) - the sudo plugin from oh-my-zsh, extracted to a standalone. Toggles "sudo" before the current/previous command by pressing *ESC-ESC* in emacs-mode or vi-command mode. * [zsh-suffix-alias](https://github.com/srijanshetty/zsh-suffix-alias) - Directly open files in the shell using ZSH's suffix aliases. * [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) - Add syntax highlighting to your zsh. Make sure you load this _before_ zsh-users/zsh-history-substring-search or they will both break. * [zsh-t32](https://github.com/chrissicool/zsh-t32) - Plugin for the Lauterbach Trace32 toolset. It automatically registers fonts and sets all necessary environment variables to run the t32 toolset.