Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. #########################################################################
  2. ###### added by Xiong Ding ##################
  3. #########################################################################
  4. export XDING=/usr/local/home/xiong
  5. export XDAPPS=$XDING/apps
  6. export RESH=$XDING/00git/research
  7.  
  8. # add path to the PATH. Be careful about the double quot.
  9. export PATH="$XDAPPS/emacs/bin:$XDAPPS/mendeleydesktop/bin:$XDAPPS/mupdf/bin:$XDAPPS/hdf5/bin:$XDAPPS/gdb/bin:$XDAPPS/allinea/forge/bin:$XDAPPS/automake/bin:$XDAPPS/cmake/bin:$PATH:/usr/local/lib/matlab14b/bin:$XDAPPS/thrift/bin:$XDAPPS/sources/boost_1_57_0"
  10.  
  11. export LD_LIBRARY_PATH=$XDAPPS/boost/lib:$LD_LIBRARY_PATH:$XDING/00git/research/lib/:$XDAPPS/thrift/lib:$XDAPPS/BoostNumpy/lib
  12. export C_INCLUDE_PATH=$XDAPPS/boost/include/:$C_INCLUDE_PATH:$XDAPPS/thrift/include/:$XDAPPS/BoostNumpy/include
  13. export CPLUS_INCLUDE_PATH=$XDAPPS/boost/include/:$CPLUS_INCLUDE_PATH:$XDAPPS/thrift/include/:$XDAPPS/BoostNumpy/include
  14. export LIBRARY_PATH=$XDAPPS/boost/lib/:$LIBRARY_PATH:$XDAPPS/thrift/lib:$XDAPPS/BoostNumpy/lib
  15.  
  16. # add python search path
  17. export PYTHONPATH=$PYTHONPATH:$XDING/00git/research/lib/boostPython
  18.  
  19. bind '"\e[A": history-search-backward'
  20. bind '"\e[B": history-search-forward'
  21.  
  22. # set the bash prompts
  23. PS1='\[\e[0;31m\]\u\[\e[m\] \[\e[0;36m\]\w\[\e[m\] \[\e[1;32m\]\$\[\e[m\] \[\e[0;37m\]'
  24. # set the svn editor
  25. export SVN_EDITOR=vim
  26.  
  27. # customized commands
  28. xding() { cd $XDING ; }
  29. cnspace() { ssh xding35@cns.pace.gatech.edu ; }
  30. xcnspace() { ssh -X xding35@cns.pace.gatech.edu ; }
  31. jinx() { ssh -X xding35@jinx-login.cc.gatech.edu ; }
  32. deepthought() { ssh -X xding35@deepthought-login.cc.gatech.edu ; }
  33. rmtmp() { rm -r ./*~ ; }
  34. matlabnd() { matlab -nodesktop ; }
  35. en() { emacs -nw $1 ; }
  36.  
  37. # added by Anaconda 2.1.0 installer
  38. export PATH="/usr/local/home/xiong/apps/anaconda/bin:$PATH"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement