home *** CD-ROM | disk | FTP | other *** search
/ ftp.ac-grenoble.fr / 2015.02.ftp.ac-grenoble.fr.tar / ftp.ac-grenoble.fr / college.calloud / .bash_profile < prev    next >
Text File  |  2003-05-11  |  191b  |  14 lines

  1. # .bash_profile
  2.  
  3. # Get the aliases and functions
  4. if [ -f ~/.bashrc ]; then
  5.     . ~/.bashrc
  6. fi
  7.  
  8. # User specific environment and startup programs
  9.  
  10. PATH=$PATH:$HOME/bin
  11.  
  12. export PATH
  13. unset USERNAME
  14.