Fix env.darwin syntax
This commit is contained in:
parent
fc17e8425c
commit
076c483a7c
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue