aboutsummaryrefslogtreecommitdiff
path: root/files/etc/profile.d/kde.sh.common
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-10-18 16:44:57 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-10-18 16:47:56 -0400
commit5ef2aed3f3961b72699d9881ed09560f4d01371a (patch)
tree0a03131e31f9f2fe5762afab6d99319f742eb9b3 /files/etc/profile.d/kde.sh.common
parentaa28ec7ef20517e994f01753e8c4e6fdd4d0643c (diff)
downloadinfrastructure-5ef2aed3f3961b72699d9881ed09560f4d01371a.tar.gz
Tons of desktop fixes
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