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 >
Text File  |  2006-11-29  |  266b  |  7 lines

  1. if ( ! ${?XDG_DATA_DIRS} ) then
  2.     setenv XDG_DATA_DIRS /usr/local/share/:/usr/share/:/etc/opt/kde3/share/:/opt/kde3/share/:/opt/gnome/share/
  3. endif
  4. if ( ! ${?XDG_CONFIG_DIRS} ) then
  5.     setenv XDG_CONFIG_DIRS /usr/local/etc/xdg/:/etc/xdg/:/etc/opt/gnome/xdg/
  6. endif
  7.