status(1) fish status(1)
NAME
status - query fish runtime information
Synopsis
status [OPTION]
Description
o -c or --is-command-substitution returns 0 if fish is currently
executing a command substitution
o -b or --is-block returns 0 if fish is currently executing a block of
code
o -i or --is-interactive returns 0 if fish is interactive,
i.e.connected to a keyboard
o -l or --is-login returns 0 if fish is a login shell, i.e. if fish
should perform login tasks such as setting up the PATH.
o --is-full-job-control returns 0 if full job control is enabled
o --is-interactive-job-control returns 0 if interactive job control is
enabled
o --is-no-job-control returns 0 if no job control is enabled
o -f or --current-filename prints the filename of the currently running
script
o -n or --current-line-number prints the line number of the currently
running script
o -j CONTROLTYPE or --job-control=CONTROLTYPE set the job control type.
Can be one of: none, full, interactive
o -t or --print-stack-trace prints a stack trace of all function calls
on the call stack
o -h or --help display a help message and exit
Version 1.23.1 8 Mar 2009 status(1)
fish 1.23.1 - Generated Sun Mar 8 14:18:58 CDT 2009
