Skip to content

Instantly share code, notes, and snippets.

@kwdowicz
Created April 28, 2018 12:48
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 kwdowicz/9612190ea9c03fe08ed5d09b00436388 to your computer and use it in GitHub Desktop.
Save kwdowicz/9612190ea9c03fe08ed5d09b00436388 to your computer and use it in GitHub Desktop.
export PS1="$ "
alias python='python3'
# Setting PATH for Python 3.6
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}"
export PATH
alias vim='/usr/local/bin/vim'
export PATH=$PATH:$(go env GOPATH)/bin
export GOPATH=$(go env GOPATH)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment