Skip to content

Instantly share code, notes, and snippets.

@gvisoc
Last active June 4, 2019 21:17
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 gvisoc/5b088bdb8a6ef4ff48e8b5c34490a883 to your computer and use it in GitHub Desktop.
Save gvisoc/5b088bdb8a6ef4ff48e8b5c34490a883 to your computer and use it in GitHub Desktop.
.bash_profile. Same as .zshrc except for the PS1 escape sequences that differ
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
export PS1='\h (\j):\W \u 👾 '
# Setting PATH for Python 3.7
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.7/bin:${PATH}"
export PATH
export VIRTUALENVWRAPPER_PYTHON=/Library/Frameworks/Python.framework/Versions/3.7/bin/python3
export WORKON_HOME=$HOME/.virtualenvs
export PROJECT_HOME=$HOME/ws/python-projects
source /Library/Frameworks/Python.framework/Versions/3.7/bin/virtualenvwrapper.sh
[[ -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