rules: add touch; update formats

This commit is contained in:
iff 2023-08-07 18:35:07 +02:00
parent 2f3ba438ea
commit e214cf24ba
8 changed files with 26 additions and 30 deletions

View file

@ -4,10 +4,9 @@ command = "general"
pattern = [
"command not found",
"unknown command",
"nu::shell::external_command",
"nu::shell::external_command"
]
suggest = [
'''
{{typo[0](path)}} {{command[1:]}}
'''
{{typo[0](path)}} {{command[1:]}} '''
]