home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
boot
/
i386
/
rescue
/
etc
/
profile.d
/
xdg-enviroment.csh
< prev
next >
Wrap
Text File
|
2006-11-29
|
266b
|
7 lines
if ( ! ${?XDG_DATA_DIRS} ) then
setenv XDG_DATA_DIRS /usr/local/share/:/usr/share/:/etc/opt/kde3/share/:/opt/kde3/share/:/opt/gnome/share/
endif
if ( ! ${?XDG_CONFIG_DIRS} ) then
setenv XDG_CONFIG_DIRS /usr/local/etc/xdg/:/etc/xdg/:/etc/opt/gnome/xdg/
endif