Skip to content

Commit

Permalink
update fish enabling script
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdragun authored and davidism committed Aug 17, 2023
1 parent 3c1529e commit a955c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Unreleased

- Fix issue with regex flags in shell completion. :issue:`2581`
- Bash version detection issues a warning instead of an error. :issue:`2574`
- Fix issue with completion script for Fish shell. :issue:`2567`


Version 8.1.6
Expand Down
2 changes: 1 addition & 1 deletion docs/shell-completion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ program name. This uses ``foo-bar`` as an example.

.. code-block:: fish
eval (env _FOO_BAR_COMPLETE=fish_source foo-bar)
_FOO_BAR_COMPLETE=fish_source foo-bar | source
This is the same file used for the activation script method
below. For Fish it's probably always easier to use that method.
Expand Down

0 comments on commit a955c77

Please sign in to comment.