mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Fixed sentence in fish_hg_prompt
docs
This commit is contained in:
parent
bc91a13ba3
commit
aaeb7d107c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ The fish_hg_prompt function displays information about the current Mercurial rep
|
|||
|
||||
`Mercurial <https://www.mercurial-scm.org/>`_ (``hg``) must be installed.
|
||||
|
||||
By default, only the current branch is shown because ``hg status`` can take be slow on large repository. You can enable a more informative prompt by setting the variable ``$fish_prompt_hg_show_informative_status``, for example::
|
||||
By default, only the current branch is shown because ``hg status`` can be slow on a large repository. You can enable a more informative prompt by setting the variable ``$fish_prompt_hg_show_informative_status``, for example::
|
||||
|
||||
set --universal fish_prompt_hg_show_informative_status
|
||||
|
||||
|
|
Loading…
Reference in a new issue