-
-
Save bryanmayer/16acbe66bac2fcafaf55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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