summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-18 19:15:52 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-18 19:17:13 -0500
commit72064a3bd3c56d826b2f7f664b0ea66f3129171e (patch)
tree0fdc150f49107c1baf96f67139f7228c83182743 /config
parent756d176ba5a6b5916b109089e633126e381c96fe (diff)
downloadconf-72064a3bd3c56d826b2f7f664b0ea66f3129171e.tar.gz
conf-72064a3bd3c56d826b2f7f664b0ea66f3129171e.zip
replace sudo alias with a script
that way other scripts that call sudo also use it
Diffstat (limited to 'config')
-rw-r--r--config/sh/aliases1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/sh/aliases b/config/sh/aliases
index 516178b..1d2c28f 100644
--- a/config/sh/aliases
+++ b/config/sh/aliases
@@ -9,7 +9,6 @@ alias bc="bc -lq"
alias ag="ag --pager=less --smart-case"
type forkprove > /dev/null 2>&1 && alias prove="forkprove"
type tput > /dev/null 2>&1 && alias reset="tput reset"
-type sudo-askpass > /dev/null 2>&1 && alias sudo="sudo -A"
# }}}
# games {{{
alias nao="env TERM=rxvt telnet nethack.alt.org"