summaryrefslogtreecommitdiffstats
path: root/desktop/razorqt/profile.d/razorqt.csh
blob: aa7a0984313a9b51e71e4cd2918b2329d3acce1b (plain)
1
2
3
4
5
6
#!/bin/csh
if ( $?XDG_CONFIG_DIRS ) then
    setenv XDG_CONFIG_DIRS ${XDG_CONFIG_DIRS}:@RCONFDIR@
else
    setenv XDG_CONFIG_DIRS /etc/xdg:@RCONFDIR@
endif