summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorKJ Ørbekk <orbekk@google.com>2016-07-06 09:41:21 -0400
committerKJ Ørbekk <orbekk@google.com>2016-07-06 09:41:21 -0400
commit790daa3d6fd90bb1a004a13ef60b0b623e22fbea (patch)
tree5d04631fe6adc1e39aa54002c708dd269b99fd66 /zshrc
parentcb8e7aa85717b450ffa43da15caeaf2291486018 (diff)
Improve compability.
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"