Skip to content

Instantly share code, notes, and snippets.

@gvisoc
Created 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/2c4a871b5ba83deb049bc961b8dd5d01 to your computer and use it in GitHub Desktop.
Save gvisoc/2c4a871b5ba83deb049bc961b8dd5d01 to your computer and use it in GitHub Desktop.
.zshrc -- same as .bash_profile except for the PS1 escape sequences that differ
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
export PS1='%m (%j):%1~ %n 👾 '
# 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