Skip to content

Commit

Permalink
Update Vim plugins, too
Browse files Browse the repository at this point in the history
  • Loading branch information
camthompson committed Nov 12, 2014
1 parent 164b281 commit e866b91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Dir['zsh/bundle/*'].each do |d|
end

def push_to_github()
`git add vim/bundle/NeoBundle.lock`
`git commit -m 'Vim plugin update'`
`git add zsh/bundle`
`git commit -m 'ZSH plugin update'`
`git push`
Expand Down

0 comments on commit e866b91

Please sign in to comment.