diff --git a/.gitconfig b/.gitconfig index 3ce9328..e297ec2 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,8 +3,8 @@ email = me@barakmich.com [alias] - st = status - stat = status + st = status -uno + stat = status -uno ci = commit co = checkout w = whatchanged diff --git a/.gitmodules b/.gitmodules index fce7928..cc33acb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule ".vim/bundle/EasyGrep"] path = .vim/bundle/EasyGrep url = https://github.com/vim-scripts/EasyGrep.git +[submodule ".vim/bundle/snipmate"] + path = .vim/bundle/snipmate + url = git://github.com/msanders/snipmate.vim.git diff --git a/.vim/bundle/snipmate b/.vim/bundle/snipmate new file mode 160000 index 0000000..f5a75d0 --- /dev/null +++ b/.vim/bundle/snipmate @@ -0,0 +1 @@ +Subproject commit f5a75d075d3c005ebe69e3f5e56cf99516e8aa3b