mirror of
https://codeberg.org/iff/pay-respects.git
synced 2025-10-06 00:22:43 +02:00
rules(ls,eza): typo fixes
This commit is contained in:
12
rules/eza.toml
Normal file
12
rules/eza.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
command = "eza"
|
||||
|
||||
[[match_err]]
|
||||
pattern = [
|
||||
"no such file or directory",
|
||||
"does not exist"
|
||||
]
|
||||
suggest = [
|
||||
'''
|
||||
{{command[0]}} {{typo[1](file)}} {{opt::(?:\s)(-[\S]+)}}
|
||||
''',
|
||||
]
|
12
rules/ls.toml
Normal file
12
rules/ls.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
command = "ls"
|
||||
|
||||
[[match_err]]
|
||||
pattern = [
|
||||
"no such file or directory",
|
||||
"does not exist"
|
||||
]
|
||||
suggest = [
|
||||
'''
|
||||
{{command[0]}} {{typo[1](file)}} {{opt::(?:\s)(-[\S]+)}}
|
||||
''',
|
||||
]
|
Reference in New Issue
Block a user