aboutsummaryrefslogtreecommitdiff
path: root/X
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-04-30 19:23:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-04-30 19:23:25 +1200
commitba8af8fd44e8e908757a0ecfa2d82d65c8972045 (patch)
tree335b2e5941f5376441f933f2f750c64d3f4f770f /X
parentCouple dunst config together (diff)
downloaddotfiles-ba8af8fd44e8e908757a0ecfa2d82d65c8972045.tar.gz
dotfiles-ba8af8fd44e8e908757a0ecfa2d82d65c8972045.zip
Remove no-op ssh-askpass config
ssh-add already behaves this way when invoking ssh-askpass; this is useless, and I should have read the man page.
Diffstat (limited to 'X')
-rw-r--r--X/xsession.d/ssh.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/X/xsession.d/ssh.sh b/X/xsession.d/ssh.sh
deleted file mode 100644
index 005743fe..00000000
--- a/X/xsession.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