mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
fix: broken rules for new nushell version
This commit is contained in:
parent
8f9aac6bdc
commit
a71486e956
3 changed files with 8 additions and 3 deletions
|
|
@ -7,6 +7,7 @@ pattern = [
|
|||
]
|
||||
suggest = [
|
||||
'''
|
||||
#[!shell(nu)]
|
||||
mkdir --parents {{command[1]}} && \
|
||||
cd {{command[1]}} '''
|
||||
]
|
||||
|
|
@ -17,5 +18,6 @@ pattern = [
|
|||
]
|
||||
suggest = [
|
||||
'''
|
||||
mkdir {{command[1]}} '''
|
||||
mkdir {{command[1]}} and \
|
||||
cd {{command[1]}} '''
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue