I’ve noticed this error whenever I start Terminal (I’m using zsh):
compinit:527: no such file or directory: /home/linuxbrew/.linuxbrew/share/zsh/site-functions/_brew_services
The file ,_brew_services
, is a broken symbolic link to: ../../../../../../var/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-services/completions/zsh/_brew_services
.
Fixing the link resolves the error but then brew (or some other process) reverts _brew_services
back to a broken state. Any suggestions how to resolve this?
For context, I’m running bluefin (dx), i’ve enabled bluefin-cli and set the terminal to use zsh.
Otherwise, I’m really enjoying bluefin – thanks!