mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
4 lines
171 B
Text
4 lines
171 B
Text
|
-c 'if status --is-login ; echo login shell ; else ; echo not login shell ; end'
|
||
|
-c 'if status --is-interactive ; echo interactive ; else ; echo not interactive ; end'
|
||
|
-i
|