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.20110725.etc.tar.gz / bradford.20110725.etc.tar / etc / skel / .profile < prev    next >
Text File  |  2005-11-23  |  925b  |  27 lines

  1. # Sample .profile for SuSE Linux
  2. # rewritten by Christian Steinruecken <cstein@suse.de>
  3. #
  4. # This file is read each time a login shell is started.
  5. # All other interactive shells will only read .bashrc; this is particularly
  6. # important for language settings, see below.
  7.  
  8. test -z "$PROFILEREAD" && . /etc/profile
  9.  
  10. # Most applications support several languages for their output.
  11. # To make use of this feature, simply uncomment one of the lines below or
  12. # add your own one (see /usr/share/locale/locale.alias for more codes)
  13. #
  14. #export LANG=de_DE.UTF-8    # uncomment this line for German output
  15. #export LANG=fr_FR.UTF-8    # uncomment this line for French output
  16. #export LANG=es_ES.UTF-8    # uncomment this line for Spanish output
  17.  
  18.  
  19. # Some people don't like fortune. If you uncomment the following lines,
  20. # you will have a fortune each time you log in ;-)
  21.  
  22. #if [ -x /usr/bin/fortune ] ; then
  23. #    echo
  24. #    /usr/bin/fortune
  25. #    echo
  26. #fi
  27.