diff options
Diffstat (limited to 'system/rox-filer/rox-filer.csh')
-rw-r--r-- | system/rox-filer/rox-filer.csh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/rox-filer/rox-filer.csh b/system/rox-filer/rox-filer.csh new file mode 100644 index 0000000000..b95ed56727 --- /dev/null +++ b/system/rox-filer/rox-filer.csh @@ -0,0 +1,6 @@ +#!/bin/csh +if ( $?XDG_CONFIG_DIRS ) then + setenv XDG_CONFIG_DIRS ${XDG_CONFIG_DIRS}:/etc/rox/xdg +else + setenv XDG_CONFIG_DIRS /etc/xdg:/etc/rox/xdg +endif |