mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
8173c736cc
darcs-hash:20050920214220-ac50b-318f457febceb9445ee9dcf9ebd9e3b9f20fc25e.gz
11 lines
625 B
Text
11 lines
625 B
Text
|
|
\section status status - Display 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 usbstitution
|
|
- <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.
|