fish: use the subcommand style for the status command (#4584)

The flag style has been deprecated and will eventually be removed.
This commit is contained in:
Ramses 2024-04-10 16:39:52 +02:00 committed by GitHub
parent 18f89ef74f
commit 31357486b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -459,14 +459,14 @@ in {
${cfg.shellInit} ${cfg.shellInit}
status --is-login; and begin status is-login; and begin
# Login shell initialisation # Login shell initialisation
${cfg.loginShellInit} ${cfg.loginShellInit}
end end
status --is-interactive; and begin status is-interactive; and begin
# Abbreviations # Abbreviations
${abbrsStr} ${abbrsStr}