update: no_command rules for fish and nushell

This commit is contained in:
iff 2023-07-31 20:20:46 +02:00
parent 2922dbc568
commit 8631f3219f
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,9 @@ command = "no_command"
[[match_err]]
pattern = [
"command not found"
"command not found",
"unknown command",
"executable was not found"
]
suggest = [
'''