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