summaryrefslogtreecommitdiffstats
path: root/source/kde/kdebase/profile.d/kde.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kdebase/profile.d/kde.sh')
-rwxr-xr-xsource/kde/kdebase/profile.d/kde.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/kde/kdebase/profile.d/kde.sh b/source/kde/kdebase/profile.d/kde.sh
new file mode 100755
index 000000000..6f0199e2d
--- /dev/null
+++ b/source/kde/kdebase/profile.d/kde.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+# KDE additions:
+KDEDIRS=/usr
+export KDEDIRS
+PATH="$PATH:/usr/lib/kde4/libexec"
+export PATH
+if [ ! "$XDG_CONFIG_DIRS" = "" ]; then
+ XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:/etc/kde/xdg
+else
+ XDG_CONFIG_DIRS=/etc/xdg:/etc/kde/xdg
+fi
+export XDG_CONFIG_DIRS
+