Files
neovim-config/UltiSnips/sh.snippets
2021-02-25 20:34:54 +01:00

4 lines
39 B
Plaintext

snippet shebang
#!/bin/bash
endsnippet