Guest User

Untitled

a guest
Jan 22nd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. .bash_profile
  2.  
  3. #######
  4. if [ -f ~/.bashrc ]
  5. then
  6. . ~/.bashrc
  7. fi
  8.  
  9. #######
  10.  
  11. .bashrc
  12.  
  13. ######
  14.  
  15.  
  16.  
  17. export PATH=/opt/local/bin:$PATH
  18. export MANPATH=/opt/local/man:$MANPATH
  19. source ~/perl5/perlbrew/etc/bashrc
  20.  
  21.  
  22. #######
Add Comment
Please, Sign In to add comment