aboutsummaryrefslogtreecommitdiff
path: root/files/etc/profile.d/kde.sh.common
diff options
context:
space:
mode:
Diffstat (limited to 'files/etc/profile.d/kde.sh.common')
-rw-r--r--files/etc/profile.d/kde.sh.common6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/etc/profile.d/kde.sh.common b/files/etc/profile.d/kde.sh.common
deleted file mode 100644
index 010d5c1..0000000
--- a/files/etc/profile.d/kde.sh.common
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-if [ "$XDG_CURRENT_DESKTOP" = KDE ]; then
- export SSH_ASKPASS_REQUIRE=prefer
- export SSH_ASKPASS=/usr/local/bin/ksshaskpass
-fi