mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 00:31:15 -03:00
Update docs for fish_kill_signal, use "job" rather than "command"
This commit is contained in:
committed by
Johannes Altmanninger
parent
89c4ff9eae
commit
639ea3caa0
@@ -1062,7 +1062,7 @@ The user can change the settings of ``fish`` by changing the values of certain v
|
||||
|
||||
- ``pipestatus``, a list of exit statuses of all processes that made up the last executed pipe.
|
||||
|
||||
- ``fish_kill_signal``, the signal that terminated the previous command, or `0` if the command exited normally.
|
||||
- ``fish_kill_signal``, the signal that terminated the last foreground job, or `0` if the job exited normally.
|
||||
|
||||
- ``USER``, the current username. This variable can be changed by the user.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user