Fixed vim and zsh
This commit is contained in:
17
vim/snippets/vim-snippets/UltiSnips/zsh.snippets
Normal file
17
vim/snippets/vim-snippets/UltiSnips/zsh.snippets
Normal file
@ -0,0 +1,17 @@
|
||||
priority -50
|
||||
|
||||
extends sh
|
||||
|
||||
priority -49
|
||||
|
||||
snippet #! "shebang" b
|
||||
#!/bin/zsh
|
||||
|
||||
endsnippet
|
||||
|
||||
snippet !env "#!/usr/bin/env (!env)" b
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
endsnippet
|
||||
|
||||
# vim:ft=snippets:
|
Reference in New Issue
Block a user