Skip to content

Commit b7a4a93

Browse files
Add env.sublime-snippet
1 parent e9738ef commit b7a4a93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Snippets/env.sublime-snippet

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<snippet>
2+
<content><![CDATA[#!/usr/bin/env ${1:pwsh}]]></content>
3+
<tabTrigger>!env</tabTrigger>
4+
<scope>source.powershell</scope>
5+
<description>#!/usr/bin/env</description>
6+
</snippet>

0 commit comments

Comments
 (0)