snippet bang "Shebang line for shellscripts" b #!/usr/bin/env bash endsnippet snippet fun "Shell function" b function $1 { } endsnippet