@@ -1,3 +1,3 @@
snippet todo "TODO tags"
-TODO(wreed): ${1:got stuff to do}
+TODO(`whoami`): ${1:got stuff to do}
endsnippet