mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 10:17:31 +08:00
11 lines
621 B
Plaintext
11 lines
621 B
Plaintext
\section status status - query fish runtime information
|
|
|
|
\subsection status-synopsis Synopsis
|
|
<tt>status [OPTION]</tt>
|
|
|
|
\subsection status-description Description
|
|
- <tt>-c</tt> or <tt>--is-command-substitution</tt> returns 0 if fish is currently executing a command substitution
|
|
- <tt>-b</tt> or <tt>--is-block</tt> returns 0 if fish is currently executing a block of code
|
|
- <tt>-i</tt> or <tt>--is-interactive</tt> returns 0 if fish is interactive, i.e.connected to a keyboard
|
|
- <tt>-l</tt> or <tt>--is-login</tt> returns 0 if fish is a login shell, i.e. if fish should perform login tasks such as setting up the PATH.
|