d07009f27f
UltiSnips snippets are taken from UltiSnips repo. Putting them nearby the engine seems to be the wrong thing to do. One reason is that there are two forks now.
14 lines
149 B
Plaintext
14 lines
149 B
Plaintext
extends sh
|
|
|
|
snippet #! "shebang" !
|
|
#!/bin/zsh
|
|
|
|
endsnippet
|
|
|
|
snippet !env "#!/usr/bin/env (!env)" !
|
|
#!/usr/bin/env zsh
|
|
|
|
endsnippet
|
|
|
|
# vim:ft=snippets:
|