Update Shell-Completion.md
This commit is contained in:
parent
7f651de7be
commit
125ed8cf93
@ -60,10 +60,10 @@ If your `fish` is from somewhere else, add the following to your `~/.config/fish
|
||||
|
||||
```sh
|
||||
if test -d (brew --prefix)"/share/fish/completions"
|
||||
set -g -x fish_complete_path $fish_complete_path (brew --prefix)/share/fish/completions
|
||||
set -gx fish_complete_path $fish_complete_path (brew --prefix)/share/fish/completions
|
||||
end
|
||||
|
||||
if test -d (brew --prefix)"/share/fish/vendor_completions.d"
|
||||
set -g -x fish_complete_path $fish_complete_path (brew --prefix)/share/fish/vendor_completions.d
|
||||
set -gx fish_complete_path $fish_complete_path (brew --prefix)/share/fish/vendor_completions.d
|
||||
end
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user