Closed KnifeFed closed 1 week ago
Interesting. I read now on homebrew's website that /opt/homebrew
is where it lives on Apple Silicon Macs! We need to update the postinstall script to detect the homebrew path and install it correctly. Thanks for reporting this!
Yeah, so the path should most likely be $(brew --prefix)/share/fish/vendor_completions.d/
.
I believe this issue is fixed since 2023.1
Issue report
Operating system: macOS 12.2
App version: 2021.6
Issue description
I'm on Apple Silicon and after installing Mullvad with Homebrew, fish completions are not working. Here's my
$fish_complete_path
:I see the install path is hardcoded in the postinstall script. If I manually add the file to
~/.config/fish/completions
it works fine.