diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-09-10 00:55:49 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-09-10 00:58:21 +0200 |
| commit | aea5762351f7d9d55b9c039e4a3c646f74525697 (patch) | |
| tree | f59c68fa90a955872a974b2d6f60b2c51c1b252d | |
| parent | treewide: Update (diff) | |
| download | nixos-config-aea5762351f7d9d55b9c039e4a3c646f74525697.zip | |
modules/nix-index/command-not-found.fish: Improve message text
| -rw-r--r-- | modules/by-name/ni/nix-index/command_not_found.fish | 4 |
1 files 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) |
