do_sudo: new sudo alias to handle alias expansion

This commit is contained in:
Frederick Zhang 2019-09-21 16:14:31 +10:00
commit d05feb1f8e
No known key found for this signature in database
GPG key ID: 980A192C361BE1AE
2 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# `do_sudo` plugin
This plugin provides a sudo wrapper that handles alias expansion and avoids
being broken by `nocorrect` `noglob` from other aliases.
Modified from the script by [Wayne Davison](https://www.zsh.org/mla/users/2008/msg01229.html).