feat: allow shell to execute command (useful for cd)

This commit is contained in:
iff 2023-08-12 22:55:31 +02:00
parent e63d55110e
commit cb38df3c37
3 changed files with 22 additions and 4 deletions

View file

@ -9,5 +9,6 @@ pattern = [
suggest = [
'''
#[err_contains(no such file or directory)]
mkdir -p {{command[1]}} '''
mkdir -p {{command[1]}}
cd {{command[1]}} '''
]