Fix env.darwin syntax

This commit is contained in:
Eryn Wells 2013-08-29 14:57:07 -07:00
parent fc17e8425c
commit 076c483a7c

View file

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