diff --git a/modules/programs/fish.nix b/modules/programs/fish.nix index ebcf14d679c6..9ab1f7bac7f9 100644 --- a/modules/programs/fish.nix +++ b/modules/programs/fish.nix @@ -374,14 +374,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}