Added modiciation from a parallel project
This commit is contained in:
parent
e14d5f3566
commit
278be5a6c6
24 changed files with 492 additions and 143 deletions
|
@ -1,4 +1,5 @@
|
|||
#alias sudo="/usr/bin/sudo "
|
||||
alias _sudo="env sudo "
|
||||
function sudo() {
|
||||
local cli="$(command -v "${1}")"
|
||||
[[ -x "$cli" ]] || cli="${1}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue