doc: nushell incompatibilities

This commit is contained in:
iff 2023-08-12 23:11:11 +02:00
parent 3e9678506a
commit 12e4ac7093
2 changed files with 2 additions and 2 deletions

View file

@ -9,6 +9,6 @@ pattern = [
# the directory automatically
suggest = [
'''
mkdir -p {{command[1]}}
mkdir -p {{command[1]}} && \
cd {{command[1]}} '''
]