Skip to content

Commit

Permalink
Merge pull request #16160 from MariaSolOs/fish-completions
Browse files Browse the repository at this point in the history
fix(docs): update fish completions command
  • Loading branch information
apainintheneck committed Oct 29, 2023
2 parents 032ef75 + 7eebe3c commit bf8991f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Shell-Completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,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 -gx fish_complete_path $fish_complete_path (brew --prefix)/share/fish/completions
set -p fish_complete_path (brew --prefix)/share/fish/completions
end

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
```

0 comments on commit bf8991f

Please sign in to comment.