Merge pull request #16160 from MariaSolOs/fish-completions
fix(docs): update fish completions command
This commit is contained in:
commit
bf8991f0d7
@ -72,10 +72,10 @@ If your `fish` is from somewhere else, add the following to your `~/.config/fish
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
if test -d (brew --prefix)"/share/fish/completions"
|
if test -d (brew --prefix)"/share/fish/completions"
|
||||||
set -gx fish_complete_path $fish_complete_path (brew --prefix)/share/fish/completions
|
set -p fish_complete_path (brew --prefix)/share/fish/completions
|
||||||
end
|
end
|
||||||
|
|
||||||
if test -d (brew --prefix)"/share/fish/vendor_completions.d"
|
if test -d (brew --prefix)"/share/fish/vendor_completions.d"
|
||||||
set -gx fish_complete_path $fish_complete_path (brew --prefix)/share/fish/vendor_completions.d
|
set -p fish_complete_path (brew --prefix)/share/fish/vendor_completions.d
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user