aboutsummaryrefslogtreecommitdiff
path: root/X/xinitrc.d/ssh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'X/xinitrc.d/ssh.sh')
-rw-r--r--X/xinitrc.d/ssh.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/X/xinitrc.d/ssh.sh b/X/xinitrc.d/ssh.sh
deleted file mode 100644
index 005743fe..00000000
--- a/X/xinitrc.d/ssh.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-# Set SSH_ASKPASS if we can find one
-command -v ssh-askpass >/dev/null 2>&1 || return
-SSH_ASKPASS=$(command -v ssh-askpass)
-export SSH_ASKPASS