From aea5762351f7d9d55b9c039e4a3c646f74525697 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 10 Sep 2026 00:55:49 +0200 Subject: modules/nix-index/command-not-found.fish: Improve message text --- modules/by-name/ni/nix-index/command_not_found.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/by-name/ni/nix-index/command_not_found.fish b/modules/by-name/ni/nix-index/command_not_found.fish index bbdb2230..19f2a7ba 100644 --- a/modules/by-name/ni/nix-index/command_not_found.fish +++ b/modules/by-name/ni/nix-index/command_not_found.fish @@ -70,7 +70,7 @@ function fish_command_not_found switch "$len" case 0 case 1 or '*' - _log "The program '%s' is currently not installed.\n" "$cmd" + _log "The program '%s' is currently not available\n" "$cmd" end switch "$len" @@ -92,7 +92,7 @@ function fish_command_not_found return (_bail $argv) end case '*' - _log "It is provided by several packages. You can run it load it with:\n" + _log "It is provided by several packages. You can load it with:\n" set --local counter 0 set --local attrs $(echo $attrs) -- cgit v1.3.1