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.
|
#!/bin/csh
|
|
# TDE additions:
|
|
if ( ! $?TDEDIR ) then
|
|
setenv TDEDIR ${INSTALL_TDE}
|
|
endif
|
|
if ( $?XDG_CONFIG_DIRS ) then
|
|
setenv XDG_CONFIG_DIRS ${XDG_CONFIG_DIRS}:/etc/trinity/xdg
|
|
else
|
|
setenv XDG_CONFIG_DIRS /etc/xdg:/etc/trinity/xdg
|
|
endif
|