mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-01 06:53:39 +08:00
4 lines
171 B
Plaintext
4 lines
171 B
Plaintext
|
-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
|