Skip to content

Commit 73f8ebf

Browse files
authored
Merge branch 'main' into main
2 parents c4679a4 + 97b804b commit 73f8ebf

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
node_modules
22
dist
3-
*.vsix
3+
*.vsix
4+
5+
# ignore the git mailmap file
6+
.mailmap

snippets/nushell.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"prefix": "alias",
5050
"body": [
5151
"# Documentation for ${1:Alias_Name}",
52-
"aliase ${1:Alias_Name} = ${2}"
52+
"alias ${1:Alias_Name} = ${2}"
5353
],
5454
"description": "Create an alias"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)