Replies: 1 comment 3 replies
-
How did you install |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Additional Info
Output of
brew config
Output of
brew doctor
Description of issue
Hi,
In my environment, the variable $fish_complete_path used for fish shell auto-completion did not contain a brew path, so I set the path according to the following manual.
https://docs.brew.sh/Shell-Completion
However, this would cause the brew path to be read twice if I reloaded config.fish with
"source ~/.config/fish/config.fish"
./home/user/.config/fish/completions /etc/fish/completions /home/user/.local/share/fish/vendor_completions.d /usr/share/fish/vendor_completions.d /usr/share/fish/completions /home/user/.local/share/fish/generated_completions /home/linuxbrew/.linuxbrew/share/fish/vendor_completions.d /home/linuxbrew/.linuxbrew/share/fish/vendor_completions.d
In that case, completion does not seem to work.
I can think of a way to do the following, for example
I don't think it is a very elegant solution.I feel I don't understand the issue.Is this a known problem and is this the only way to do it?
Beta Was this translation helpful? Give feedback.
All reactions