1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-30 06:33:59 +00:00

Scope environment variable and commands sections in Manpages

This commit is contained in:
Keith Hall
2023-01-28 23:23:39 +02:00
committed by Martin Nordholts
parent 1004018941
commit 52ef1bc0d6
7 changed files with 2165 additions and 16 deletions

View File

@@ -468,12 +468,12 @@
 Note that most options have the opposite versions with --no- prefix.
ENVIRONMENT VARIABLES
 FZF_DEFAULT_COMMAND
 Default command to use when input is tty. On *nix systems, fzf runs the command with $SHELL -c if SHELL is set, otherwise with sh -c, so in this case make sure that the command
 FZF_DEFAULT_COMMAND
 Default command to use when input is tty. On *nix systems, fzf runs the command with $SHELL -c if SHELL is set, otherwise with sh -c, so in this case make sure that the command
 is POSIX-compliant.
 FZF_DEFAULT_OPTS
 Default options. e.g. export FZF_DEFAULT_OPTS="--extended --cycle"
 FZF_DEFAULT_OPTS
 Default options. e.g. export FZF_DEFAULT_OPTS="--extended --cycle"
EXIT STATUS
 0 Normal exit