dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

snippets.snippets (124B)


      1 snippet snip "Snippet skeleton" b
      2 snippet ${1:name} "${2:Description}" ${3:bwiA}
      3 ${4:contents}
      4 `echo endsnippet`
      5 endsnippet