summaryrefslogtreecommitdiffstats
path: root/source.local/xap/xfce/profile.d/xfce.csh
diff options
context:
space:
mode:
Diffstat (limited to 'source.local/xap/xfce/profile.d/xfce.csh')
-rwxr-xr-xsource.local/xap/xfce/profile.d/xfce.csh6
1 files changed, 6 insertions, 0 deletions
diff --git a/source.local/xap/xfce/profile.d/xfce.csh b/source.local/xap/xfce/profile.d/xfce.csh
new file mode 100755
index 0000000..ccc2b8f
--- /dev/null
+++ b/source.local/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