mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 13:01:21 -03:00
docs: one sentence per line
This commit is contained in:
@@ -1625,8 +1625,9 @@ You can change the settings of fish by changing the values of certain variables.
|
||||
|
||||
.. envvar:: fish_trace
|
||||
|
||||
if set and not empty, will cause fish to print commands before they execute, similar to ``set -x``
|
||||
in bash. The trace is printed to the path given by the `--debug-output` option to fish or the :envvar:`FISH_DEBUG_OUTPUT` variable. It goes to stderr by default.
|
||||
if set and not empty, will cause fish to print commands before they execute, similar to ``set -x`` in bash.
|
||||
The trace is printed to the path given by the `--debug-output` option to fish or the :envvar:`FISH_DEBUG_OUTPUT` variable.
|
||||
It goes to stderr by default.
|
||||
|
||||
.. envvar:: FISH_DEBUG
|
||||
|
||||
|
||||
Reference in New Issue
Block a user