Describe the bug
A fix was implemented for bash in /etc/profile.d/brew.sh which placed the homebrew directories at the end of the path (#687)
But in the fish shell, homebrew paths are still being prepended to the path. This is causing ssl issues for me because homebrew curl is not using my system ca trust.
#687
I similar fix can potentially be implemented in
/usr/share/fish/vendor_conf.d/ublue-brew.fish
Thoughts?
Describe the bug
A fix was implemented for bash in /etc/profile.d/brew.sh which placed the homebrew directories at the end of the path (#687)
But in the fish shell, homebrew paths are still being prepended to the path. This is causing ssl issues for me because homebrew curl is not using my system ca trust.
#687
I similar fix can potentially be implemented in
/usr/share/fish/vendor_conf.d/ublue-brew.fish
Thoughts?