dot-files/vim/UltiSnips/all.snippets

4 lines
60 B
Plaintext

snippet #! "Shebang" !b
#!/usr/bin/env ${1:bash}
endsnippet