home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / .bash_profile < prev    next >
Text File  |  2004-02-17  |  533b  |  26 lines

  1. # ~/.bash_profile: executed by bash for login shells.
  2.  
  3. if [ -e /etc/bash.bashrc ] ; then
  4.   source /etc/bash.bashrc
  5. fi
  6.  
  7. if [ -e ~/.bashrc ] ; then
  8.   source ~/.bashrc
  9. fi
  10.  
  11. # Set PATH so it includes user's private bin if it exists
  12. # if [ -d ~/bin ] ; then
  13. #   PATH="~/bin:${PATH}"
  14. # fi
  15.  
  16. # Set MANPATH so it includes users' private man if it exists
  17. # if [ -d ~/man ]; then
  18. #   MANPATH="~/man:${MANPATH}"
  19. # fi
  20.  
  21. # Set INFOPATH so it includes users' private info if it exists
  22. # if [ -d ~/info ]; then
  23. #   INFOPATH="~/info:${INFOPATH}"
  24. # fi
  25.  
  26.