Advertisement
hettak

Untitled

Jul 8th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.68 KB | None | 0 0
  1. # .bashrc
  2.  
  3. # Source global definitions
  4. if [ -f /etc/bashrc ]; then
  5.         . /etc/bashrc
  6. fi
  7.  
  8. # Uncomment the following line if you don't like systemctl's auto-paging feature:
  9. # export SYSTEMD_PAGER=
  10.  
  11. # User specific aliases and functions
  12. export OPT_DIR=/usr/local/opt
  13. export GRAILS_HOME=$OPT_DIR/grails
  14. export PATH=$PATH:$OPT_DIR/grails/bin:~/bin
  15. export PATH=$PATH:$OPT_DIR/qooxdoo/qooxdoo/tool/bin
  16. export PATH=$PATH:$OPT_DIR/jdk1.7.0_55/bin
  17. export PATH=$PATH:~/workspace/kameleoon/lib
  18. export JAVA_HOME=$OPT_DIR/jdk1.7.0_55
  19. export GRAILS_PROJECT=~/workspace/kameleoon
  20. export GRAILS_OPTS=''
  21. ulimit -u 4096
  22.  
  23. #export GRAILS_OPTS='-Xms1024M -Xmx4096M -XX:MaxPermSize=1024m'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement