superenv: comment sources of ignored paths
Closes #32. Signed-off-by: Misty De Meo <mistydemeo@github.com>
This commit is contained in:
parent
ef4cad0c77
commit
f016a21470
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user