This commit is contained in:
bleis-tift 2011-03-04 01:44:47 -08:00
parent ce05ba347f
commit b8f2054658
2 changed files with 2 additions and 1 deletions

1
.vimrc Normal file
View file

@ -0,0 +1 @@
nnoremap <Space>gn :<C-u>w<CR>:Git now<CR>

View file

@ -1,7 +1,7 @@
#!/bin/sh
PREFIX="from now"
MESSAGE="[${PREFIX}] `date`"
MESSAGE="[${PREFIX}] `date +\"%Y/%m/%d %T\"`"
if [ $# -eq 0 ]
then