Files
linux-config/sh.snippets
Kevin Mok 872f0e5e0e Generic for, alias and multi-line equation
For C, bash and LaTeX respectively.
2018-01-31 00:03:56 -05:00

4 lines
72 B
Plaintext

snippet alias "Custom alias"
alias ${1:name}="${2:command}"
endsnippet