Advertisement
Guest User

my .profile

a guest
May 13th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. alias lc='clear; ls'
  2. alias ll='clear; ls -lh'
  3.  
  4. export CLICOLOR=1
  5. export LSCOLORS=GxFxCxDxBxegedabagaced
  6.  
  7. PATH="~/.cabal/bin:$PATH:~/bin:."
  8. export PATH
  9.  
  10. ulimit -S -n 5000
  11.  
  12.  
  13. # MacPorts Installer addition on 2012-06-24_at_21:09:24: adding an appropriate PATH variable for use with MacPorts.
  14. export PATH=/opt/local/bin:/opt/local/sbin:$PATH
  15. # Finished adapting your PATH environment variable for use with MacPorts.
  16.  
  17. export PS1="\w$ "
  18. export PATH="/usr/local/bin:$PATH"
  19.  
  20. PYTHONPATH="/path/to/dir"
  21. export ${PYTHONPATH}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement