summaryrefslogtreecommitdiffstats
path: root/source.local/xap/xfce/profile.d/xfce.csh
blob: ccc2b8f153afe58c05ee5fbd6ebd81649c0ad1de (plain)
1
2
3
4
5
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