Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. PATH=$PATH:/home/paul/avatar-gf-1.0-ea/glassfish4/bin/
  2.  
  3. PATH DEFAULT=${PATH}:/home/paul/avatar-gf-1.0-ea/glassfish4/bin/
  4.  
  5. export PATH=$PATH:/home/paul/avatar-gf-1.0-ea/glassfish4/bin/
  6.  
  7. vim ~/.bashrc
  8.  
  9. # Alias definitions.
  10. # You may want to put all your additions into a separate file like
  11. # ~/.bash_aliases, instead of adding them here directly.
  12. # See /usr/share/doc/bash-doc/examples in the bash-doc package.
  13.  
  14. if [ -f ~/.bash_aliases ]; then
  15. . ~/.bash_aliases
  16. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement