fix: things with nushell

This commit is contained in:
iff 2025-04-05 01:15:41 +02:00
parent e1e9c14b47
commit 58b6a65a75
6 changed files with 15 additions and 10 deletions

View file

@ -7,7 +7,7 @@ pattern = [
]
suggest = [
'''
mkdir --parents {{command[-1]}} && \
mkdir --parents {{command[-1]}} &&
{{command}} '''
]