From 31357486b0ef6f4e161e002b6893eeb4fafc3ca9 Mon Sep 17 00:00:00 2001 From: Ramses Date: Wed, 10 Apr 2024 16:39:52 +0200 Subject: [PATCH] fish: use the subcommand style for the status command (#4584) The flag style has been deprecated and will eventually be removed. --- modules/programs/fish.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/programs/fish.nix b/modules/programs/fish.nix index 473d8160..fc11e512 100644 --- a/modules/programs/fish.nix +++ b/modules/programs/fish.nix @@ -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}