mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
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:
@@ -459,14 +459,14 @@ in {
|
||||
|
||||
${cfg.shellInit}
|
||||
|
||||
status --is-login; and begin
|
||||
status is-login; and begin
|
||||
|
||||
# Login shell initialisation
|
||||
${cfg.loginShellInit}
|
||||
|
||||
end
|
||||
|
||||
status --is-interactive; and begin
|
||||
status is-interactive; and begin
|
||||
|
||||
# Abbreviations
|
||||
${abbrsStr}
|
||||
|
||||
Reference in New Issue
Block a user