slackbuilds_ponce/desktop/razorqt/profile.d/razorqt.csh

7 lines
156 B
Tcsh
Raw Normal View History

#!/bin/csh
if ( $?XDG_CONFIG_DIRS ) then
setenv XDG_CONFIG_DIRS ${XDG_CONFIG_DIRS}:@RCONFDIR@
else
setenv XDG_CONFIG_DIRS /etc/xdg:@RCONFDIR@
endif