Guest User

Untitled

a guest
Oct 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. [[ -s ~/.bashrc ]] && . ~/.bashrc
  2. [ -f $(brew --prefix)/etc/bash_completion ] && . $(brew --prefix)/etc/bash_completion
  3.  
  4. # This loads RVM into a shell session. ( optional )
  5. [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
  6.  
  7. # This load rbenv into the shell session ( optional )
  8. export PATH="$HOME/.rbenv/bin:$PATH"
  9. eval "$(rbenv init -)"
  10. source ~/.rbenv/completions/rbenv.bash
  11.  
  12. # configure bash_prompt
  13. [[ -s ~/.bash_prompt ]] && source ~/.bash_prompt
Add Comment
Please, Sign In to add comment