mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
6 lines
160 B
Tcsh
6 lines
160 B
Tcsh
#!/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
|