aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/sudo.bash
Commit message (Collapse)AuthorAgeFilesLines
* Remove sudo(8)/sudoedit(8) completionTom Ryder2015-06-121-26/+0
| | | | | | | This was a bad idea. Completes commands for every argument, and will complete with users for the command to be run by sudo(8), not just sudo(8) itself. I'd have to tell the function too much about sudo(8)'s grammar to make this reliable.
* Some completion for sudo(8) and sudoedit(8)Tom Ryder2015-06-111-0/+26
| | | | | Imperfect but covers 99.9% of my use cases (selecting users/groups, mostly)
* Don't force -H for sudo if -vTom Ryder2014-03-121-0/+9