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.20120305.etc.tar.gz / bradford.20120305.etc.tar / etc / skel / .bashrc next >
Text File  |  2006-01-08  |  1KB  |  29 lines

  1. # Sample .bashrc for SuSE Linux
  2. # Copyright (c) SuSE GmbH Nuernberg
  3.  
  4. # There are 3 different types of shells in bash: the login shell, normal shell
  5. # and interactive shell. Login shells read ~/.profile and interactive shells
  6. # read ~/.bashrc; in our setup, /etc/profile sources ~/.bashrc - thus all
  7. # settings made here will also take effect in a login shell.
  8. #
  9. # NOTE: It is recommended to make language settings in ~/.profile rather than
  10. # here, since multilingual X sessions would not work properly if LANG is over-
  11. # ridden in every subshell.
  12.  
  13. # Some applications read the EDITOR variable to determine your favourite text
  14. # editor. So uncomment the line below and enter the editor of your choice :-)
  15. #export EDITOR=/usr/bin/vim
  16. #export EDITOR=/usr/bin/mcedit
  17.  
  18. # For some news readers it makes sense to specify the NEWSSERVER variable here
  19. #export NEWSSERVER=your.news.server
  20.  
  21. # If you want to use a Palm device with Linux, uncomment the two lines below.
  22. # For some (older) Palm Pilots, you might need to set a lower baud rate
  23. # e.g. 57600 or 38400; lowest is 9600 (very slow!)
  24. #
  25. #export PILOTPORT=/dev/pilot
  26. #export PILOTRATE=115200
  27.  
  28. test -s ~/.alias && . ~/.alias || true
  29.