Advertisement
dustingooding

rtt .bash_profile

Jun 10th, 2011
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.61 KB | None | 0 0
  1. elenwe:build dgooding$ cat ~/.bash_profile
  2. alias sall='svn st | grep "^?" | awk -F "      " '\''{print $2}'\'' | xargs svn add'
  3.  
  4. EDITOR=/usr/bin/vim
  5. export EDITOR
  6.  
  7. # Homebrew
  8. export PATH=/usr/local/bin:/usr/local/sbin:$PATH
  9. export PYTHONPATH=/usr/local/lib/python:$PYTHONPATH
  10.  
  11. # OROCOS
  12. #source /opt/orocos-toolchain-2.4.0/env.sh
  13. export DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH:/usr/local/lib:/usr/local/lib/orocos:/usr/local/lib/orocos/macosx:/usr/local/lib/orocos/macosx/plugins
  14. export RTT_COMPONENT_PATH=/usr/local/lib
  15. export LUA_PATH=";;;/opt/orocos-toolchain-2.4.0/ocl/lua/modules/?.lua"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement