Skip to content

Instantly share code, notes, and snippets.

Created March 1, 2016 21:14
Show Gist options
  • Save anonymous/13475637067bd6f18c84 to your computer and use it in GitHub Desktop.
Save anonymous/13475637067bd6f18c84 to your computer and use it in GitHub Desktop.
# Setting PATH for Python 3.5
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}"
export PATH
# added by Anaconda3 2.5.0 installer
#export PATH="/Users/bryanmayer/anaconda/bin:$PATH"
#export PYTHONPATH=/Users/bryanmayer/anaconda/bin/python:$PYTHONPATH
export LD_LIBRARY_PATH=/usr/local/lib/
# aliases
alias ll="ls -al"
alias ..="cd .."
alias d="git diff"
alias s="git status"
alias cd_cavd="cd /Volumes/cavd/"
alias cd_shared="cd /Volumes/Schiffer/Shared\ Folders/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment