Initial commit.
This commit is contained in:
5
vim/snippets/sh/ife.snippet
Executable file
5
vim/snippets/sh/ife.snippet
Executable file
@@ -0,0 +1,5 @@
|
||||
if [[ ${1:condition} ]]; then
|
||||
${2:#statements}
|
||||
else
|
||||
${3:#statements}
|
||||
fi
|
||||
Reference in New Issue
Block a user