This commit is contained in:
M4D 2016-05-12 03:56:31 +00:00
commit 8ddc6537a6
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
# Installed via Homebrew
if [[ -x `which brew` && -d `brew --prefix`/share/python ]] ; then
export PATH="$(brew --prefix)/share/python:$PATH"
fi
# Find python file
alias pyfind='find . -name "*.py"'