mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:20:05 +08:00
13 lines
127 B
Plaintext
13 lines
127 B
Plaintext
|
priority -50
|
||
|
|
||
|
extends sh
|
||
|
|
||
|
priority -49
|
||
|
|
||
|
snippet #! "#!/usr/bin/env zsh" b
|
||
|
#!/usr/bin/env zsh
|
||
|
$0
|
||
|
endsnippet
|
||
|
|
||
|
# vim:ft=snippets:
|