mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
12 lines
137 B
Plaintext
12 lines
137 B
Plaintext
snippet #! "shebang" !
|
|
#!/bin/zsh
|
|
|
|
endsnippet
|
|
|
|
snippet !env "#!/usr/bin/env (!env)" !
|
|
#!/usr/bin/env zsh
|
|
|
|
endsnippet
|
|
|
|
# vim:ft=snippets:
|