summaryrefslogtreecommitdiffstats
path: root/source/xap/xfce/profile.d/xfce.csh
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/xfce/profile.d/xfce.csh')
-rwxr-xr-xsource/xap/xfce/profile.d/xfce.csh6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/xap/xfce/profile.d/xfce.csh b/source/xap/xfce/profile.d/xfce.csh
new file mode 100755
index 000000000..ccc2b8f15
--- /dev/null
+++ b/source/xap/xfce/profile.d/xfce.csh
@@ -0,0 +1,6 @@
+#!/bin/csh
+if ( $?XDG_CONFIG_DIRS ) then
+ setenv XDG_CONFIG_DIRS ${XDG_CONFIG_DIRS}:/etc/xfce/xdg
+else
+ setenv XDG_CONFIG_DIRS /etc/xdg:/etc/xfce/xdg
+endif