mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Document that fish functions cannot be background
(Documentation for #238, #563)
This commit is contained in:
parent
e921dc50e0
commit
91aab03b90
1 changed files with 4 additions and 0 deletions
|
@ -1224,6 +1224,10 @@ which the user can change <code>fish</code>'s behavior.
|
|||
-# By pressing ^Z, the user stops a currently running foreground program and returns control to \c fish. Some programs do not support this feature, or remap it to another key. GNU Emacs uses ^X z to stop running.
|
||||
-# By using the <a href="commands.html#fg">fg</a> and <a href="commands.html#bg">bg</a> builtin commands, the user can send any currently running job into the foreground or background.
|
||||
|
||||
Note that functions cannot be started in the background. Functions that
|
||||
are stopped and then restarted in the background using the \c bg command
|
||||
will not execute correctly.
|
||||
|
||||
\section initialization Initialization files
|
||||
|
||||
On startup, \c fish evaluates the files /usr/share/fish/config.fish
|
||||
|
|
Loading…
Reference in a new issue