summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/zshrc b/zshrc
index e5de8f5..cbf6bdc 100755
--- a/zshrc
+++ b/zshrc
@@ -79,6 +79,3 @@ 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"