dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

if (67B)


      1 # -*- mode: snippet -*-
      2 # name: if
      3 # key: if
      4 # --
      5 if ($1) {
      6    $0
      7 }