summaryrefslogtreecommitdiffstats
path: root/system/rox-filer/rox-filer.csh
blob: b95ed56727c7eacf56f32f746d2d834990d0b87a (plain)
1
2
3
4
5
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