Add /usr/local/share/python3 to path, if it exists on Darwin systems

This commit is contained in:
Eryn Wells 2013-08-29 14:49:59 -07:00
parent 01784c7fd4
commit fc17e8425c

5
env.darwin Normal file
View file

@ -0,0 +1,5 @@
# vim: set ft=zsh:
# Eryn Wells <eryn@erynwells.me>
[[ -d /usr/local/share/python3 ]]
&& path+=(/usr/local/share/python3)