summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index cbf6bdc..e5de8f5 100755
--- a/zshrc
+++ b/zshrc
@@ -79,3 +79,6 @@ function get-parent-dir() {
}
zle -N get-parent-dir
bindkey "^[u" get-parent-dir
+
+alias sudo="sudo -A"
+export SUDO_ASKPASS="$HOME/bin/askpass.sh"