You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
229 B

#!/bin/csh
# TDE additions:
if ( ! $?TDEDIR ) then
setenv TDEDIR /usr
endif
if ( $?XDG_CONFIG_DIRS ) then
setenv XDG_CONFIG_DIRS ${XDG_CONFIG_DIRS}:/etc/tde/xdg
else
setenv XDG_CONFIG_DIRS /etc/xdg:/etc/tde/xdg
endif