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.sh < prev    next >
Text File  |  2005-02-23  |  266b  |  7 lines

  1. if test -z "$XDG_DATA_DIRS" ; then
  2.     export XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/etc/opt/kde3/share/:/opt/kde3/share/:/opt/gnome/share/
  3. fi
  4. if test -z "$XDG_CONFIG_DIRS" ; then
  5.     export XDG_CONFIG_DIRS=/usr/local/etc/xdg/:/etc/xdg/:/etc/opt/gnome/xdg/
  6. fi
  7.