Skip to content

Commit

Permalink
changed alias to update submodules and updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Buchholz committed Mar 26, 2013
1 parent 703e3ad commit 07e6c95
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion vim/bundle/clang_complete
2 changes: 1 addition & 1 deletion vim/bundle/extradite
Submodule extradite updated 5 files
+1 −0 .gitignore
+6 −0 .gitremotes
+3 −0 doc/extradite.txt
+0 −1 plugin/.vimrc
+32 −20 plugin/extradite.vim
2 changes: 1 addition & 1 deletion vim/bundle/fugitive
Submodule fugitive updated 3 files
+5 −4 README.markdown
+54 −8 doc/fugitive.txt
+585 −315 plugin/fugitive.vim
2 changes: 1 addition & 1 deletion vim/bundle/haml
2 changes: 1 addition & 1 deletion vim/bundle/jade
Submodule jade updated from 940d04 to 35ce7b
2 changes: 1 addition & 1 deletion vim/bundle/javascript
2 changes: 1 addition & 1 deletion vim/bundle/less
Submodule less updated 2 files
+2 −0 ftplugin/less.vim
+24 −4 syntax/less.vim
2 changes: 1 addition & 1 deletion vim/bundle/markdown
Submodule markdown updated 2 files
+6 −2 ftplugin/markdown.vim
+39 −16 syntax/markdown.vim
2 changes: 1 addition & 1 deletion vim/bundle/matchit
2 changes: 1 addition & 1 deletion vim/bundle/molokai
Submodule molokai updated 2 files
+5 −1 README.md
+10 −5 colors/molokai.vim
2 changes: 1 addition & 1 deletion vim/bundle/mustache
2 changes: 1 addition & 1 deletion vim/bundle/nerdcommenter
2 changes: 1 addition & 1 deletion vim/bundle/nerdtree
Submodule nerdtree updated from 30f6bc to 40d05a
2 changes: 1 addition & 1 deletion vim/bundle/preview
2 changes: 1 addition & 1 deletion vim/bundle/seek
Submodule seek updated 3 files
+19 −0 History.md
+60 −9 README.md
+270 −74 plugin/seek.vim
2 changes: 1 addition & 1 deletion vim/bundle/supertab
Submodule supertab updated 5 files
+2 −1 .gitignore
+2 −2 Makefile
+66 −0 README.rst
+69 −14 doc/supertab.txt
+293 −117 plugin/supertab.vim
2 changes: 1 addition & 1 deletion vim/bundle/surround
2 changes: 1 addition & 1 deletion vim/bundle/syntastic
2 changes: 1 addition & 1 deletion vim/bundle/tabular
Submodule tabular updated 1 files
+29 −0 README.md
2 changes: 1 addition & 1 deletion vim/bundle/tagbar
Submodule tagbar updated from 4c907e to dec1f8
2 changes: 1 addition & 1 deletion vim/bundle/unimpaired
2 changes: 1 addition & 1 deletion zshrc
Expand Up @@ -82,7 +82,7 @@ alias httpdump="sudo tcpdump -i en1 -n -s 0 -w - | grep -a -o -E \"Host\: .*|GET
alias server="open http://localhost:8080/ && python -m SimpleHTTPServer 8080" alias server="open http://localhost:8080/ && python -m SimpleHTTPServer 8080"
alias tmux='tmux -2' alias tmux='tmux -2'
alias glog='git log --color --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit --' alias glog='git log --color --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit --'
alias gsubpl='git submodule foreach git pull' alias gsubpull='git submodule foreach git pull origin master'




#### ---- operating system specifics ---- #### #### ---- operating system specifics ---- ####
Expand Down

0 comments on commit 07e6c95

Please sign in to comment.