ohmyzsh/plugins/do_sudo
2021-10-01 00:30:26 +10:00
..
do_sudo.plugin.zsh do_sudo: new sudo alias to handle alias expansion 2021-10-01 00:30:26 +10:00
README.md do_sudo: new sudo alias to handle alias expansion 2021-10-01 00:30:26 +10:00

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.