Add 'shebang' snippet

master
Hektor Misplon 2021-04-11 19:13:52 +02:00
parent 2ee5bf3184
commit 7d85a170a1
1 changed files with 3 additions and 0 deletions

3
.vim/snips/.snippets Normal file
View File

@ -0,0 +1,3 @@
snippet shebang
!#/usr/bin/env bash
endsnippet