home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110502.etc.tar.gz / bradford.20110502.etc.tar / etc / profile.d / xdg-enviroment.csh < prev    next >
Text File  |  2006-04-03  |  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.