Guest User

Untitled

a guest
May 26th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. source ~/.git-completion.bash
  2.  
  3. export PS1='\w$(__git_ps1 "(%s)") > '
  4.  
  5. PATH="/usr/local/mysql/bin:/opt/local/lib/postgresql83/bin:/usr/local/bin:/Users/arifbandali/.gem/ruby/1.8/bin:$PATH"
  6. export PATH
  7.  
  8. ##
  9. # Your previous /Users/arifbandali/.bash_profile file was backed up as /Users/arifbandali/.bash_profile.macports-saved_2009-12-02_at_19:24:17
  10. ##
  11.  
  12. # MacPorts Installer addition on 2009-12-02_at_19:24:17: adding an appropriate PATH variable for use with MacPorts.
  13. export PATH=/opt/local/bin:/opt/local/sbin:$PATH
  14. # Finished adapting your PATH environment variable for use with MacPorts.
  15.  
  16.  
  17. function gemdir {
  18. if [[ -z "$1" ]] ; then
  19. echo "gemdir expects a parameter, which should be a valid rvm Ruby selector"
  20. else
  21. rvm "$1"
  22. cd `rvm gemdir`
  23. pwd
  24. fi
  25. }
  26.  
  27. # rvm-install added line:
  28. if [[ -s /Users/arifbandali/.rvm/scripts/rvm ]] ; then source /Users/arifbandali/.rvm/scripts/rvm ; fi
Add Comment
Please, Sign In to add comment