pay-respects/core/rules/c_typo.toml

18 lines
216 B
TOML
Raw Normal View History

2023-08-16 14:27:40 +02:00
command = "c"
[[match_err]]
pattern = [
"command not found",
"unknown command",
"nu::shell::external_command"
]
suggest = [
'''
#[length(2)]
cd {{command[1:]}} ''',
'''
#[min_length(3)]
cp {{command[1:]}} '''
]