Advertisement
Guest User

Untitled

a guest
Nov 29th, 2011
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. # .bashrc
  2.  
  3. # Source global definitions
  4. if [ -f /etc/bashrc ]; then
  5.         . /etc/bashrc
  6. fi
  7.  
  8. # User specific aliases and functions
  9.  
  10.  
  11.  
  12.  
  13. # .bash_profile
  14.  
  15. # Get the aliases and functions
  16. if [ -f ~/.bashrc ]; then
  17.         . ~/.bashrc
  18. fi
  19.  
  20. # User specific environment and startup programs
  21.  
  22. PATH=$PATH:$HOME/bin
  23.  
  24. export PATH
  25.  
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement