Skip to content

Commit

Permalink
fish: use the subcommand style for the status command (#4584)
Browse files Browse the repository at this point in the history
The flag style has been deprecated and will eventually be removed.
  • Loading branch information
r-vdp authored Apr 10, 2024
1 parent 18f89ef commit 3135748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/programs/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3135748

Please sign in to comment.