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

@ -119,7 +119,7 @@ pattern = [
suggest = [
'''
#[cmd_contains(push)]
git pull && \
git pull &&
{{command}} ''',
'''
#[cmd_contains(push)]
@ -136,8 +136,8 @@ suggest = [
#[cmd_contains(pull)]
{{command}} --rebase --autostash ''',
'''
git stash && \
{{command}} && \
git stash &&
{{command}} &&
git stash pop '''
]