Skip to content

Instantly share code, notes, and snippets.

@bencentra
Created November 6, 2016 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bencentra/aa383755832f658c2fb8df0cda982691 to your computer and use it in GitHub Desktop.
Save bencentra/aa383755832f658c2fb8df0cda982691 to your computer and use it in GitHub Desktop.
My .bash_profile
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
# export PS1="\h:\W \u\$"
export PS1="[\u] \W $ "
# Git autocommlete
source ~/.git-completion.bash
# Setting PATH for Python 3.5
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}"
export PATH
export NVM_DIR="/Users/bencentra/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment