superenv: comment sources of ignored paths

Closes #32.

Signed-off-by: Misty De Meo <mistydemeo@github.com>
This commit is contained in:
Misty De Meo 2016-04-05 12:25:52 -07:00
parent ef4cad0c77
commit f016a21470

View File

@ -213,6 +213,7 @@ class Cmd
elsif path.start_with?(prefix) elsif path.start_with?(prefix)
true true
else else
# ignore MacPorts, Boxen's Homebrew, X11, fink
!path.start_with?("/opt/local", "/opt/boxen/homebrew", "/opt/X11", "/sw", "/usr/X11") !path.start_with?("/opt/local", "/opt/boxen/homebrew", "/opt/X11", "/sw", "/usr/X11")
end end
end end