summaryrefslogtreecommitdiffstats
path: root/kde/kdebase/profile.d/kde.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kde/kdebase/profile.d/kde.sh')
-rwxr-xr-xkde/kdebase/profile.d/kde.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/kde/kdebase/profile.d/kde.sh b/kde/kdebase/profile.d/kde.sh
new file mode 100755
index 0000000..6f0199e
--- /dev/null
+++ b/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
+