From 281d5f576a2d7f499cf17cf44ebc4f29699aecd8 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Fri, 13 Jan 2012 13:04:52 -0500 Subject: [PATCH] Added vim-powerline. Updated vim submodules --- .gitmodules | 3 +++ oh-my-zsh | 2 +- vim/bundle/ctrlp | 2 +- vim/bundle/nerdcommenter | 2 +- vim/bundle/nerdtree | 2 +- vim/bundle/snipmate | 2 +- vim/bundle/snipmate-snippets | 2 +- vim/bundle/syntastic | 2 +- vim/bundle/vim-addon-mw-utils | 2 +- vim/bundle/vim-powerline | 1 + zshrc | 2 ++ 11 files changed, 14 insertions(+), 8 deletions(-) create mode 160000 vim/bundle/vim-powerline diff --git a/.gitmodules b/.gitmodules index 6b5d69d..8d4516d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -79,3 +79,6 @@ [submodule "vim/bundle/ctrlp"] path = vim/bundle/ctrlp url = git://github.com/kien/ctrlp.vim +[submodule "vim/bundle/vim-powerline"] + path = vim/bundle/vim-powerline + url = https://github.com/Lokaltog/vim-powerline diff --git a/oh-my-zsh b/oh-my-zsh index 8c45b73..7a41498 160000 --- a/oh-my-zsh +++ b/oh-my-zsh @@ -1 +1 @@ -Subproject commit 8c45b739181ba58e91e2dceaa53b08161c46b03f +Subproject commit 7a41498b0d4f68c537d494b5f849913361315fde diff --git a/vim/bundle/ctrlp b/vim/bundle/ctrlp index 93637ea..420174f 160000 --- a/vim/bundle/ctrlp +++ b/vim/bundle/ctrlp @@ -1 +1 @@ -Subproject commit 93637eade600d8e0b15aa00641ea9ca328aca995 +Subproject commit 420174fc537ba986a716964db7af0bd189252944 diff --git a/vim/bundle/nerdcommenter b/vim/bundle/nerdcommenter index 8f2af9a..f4d9f99 160000 --- a/vim/bundle/nerdcommenter +++ b/vim/bundle/nerdcommenter @@ -1 +1 @@ -Subproject commit 8f2af9a6d765066c5f41158beb70235245040ac7 +Subproject commit f4d9f99f67189aa5725fdfc4c13fd33089446ccc diff --git a/vim/bundle/nerdtree b/vim/bundle/nerdtree index 205367a..eced5f9 160000 --- a/vim/bundle/nerdtree +++ b/vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit 205367ab3f46dcc88b6ebb819a276e793a21e995 +Subproject commit eced5f98a0724cd6498b70024b3edec1e7b29b2e diff --git a/vim/bundle/snipmate b/vim/bundle/snipmate index 7dee28b..4cef3fc 160000 --- a/vim/bundle/snipmate +++ b/vim/bundle/snipmate @@ -1 +1 @@ -Subproject commit 7dee28bec1aa9eb248069d1d294cc31ec7214680 +Subproject commit 4cef3fca6969155698cda224acfb0843c2d6c6b4 diff --git a/vim/bundle/snipmate-snippets b/vim/bundle/snipmate-snippets index e981832..57daa7b 160000 --- a/vim/bundle/snipmate-snippets +++ b/vim/bundle/snipmate-snippets @@ -1 +1 @@ -Subproject commit e98183247638d20e195b2cd58ab2a79eefac3c24 +Subproject commit 57daa7bfa737a12c7157cbdd828b669faf885925 diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic index c8dc739..2616623 160000 --- a/vim/bundle/syntastic +++ b/vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit c8dc739e555f416ac65eab52b0bed4919ad818bb +Subproject commit 2616623bb9208c4bf2559b6aa5c1eff53644a0f7 diff --git a/vim/bundle/vim-addon-mw-utils b/vim/bundle/vim-addon-mw-utils index 392315d..a2676b4 160000 --- a/vim/bundle/vim-addon-mw-utils +++ b/vim/bundle/vim-addon-mw-utils @@ -1 +1 @@ -Subproject commit 392315d7c5a1ee9e08a089908a3da9627fe2c6d4 +Subproject commit a2676b4225b8a370b9e7046c5fc2f5ad1155e590 diff --git a/vim/bundle/vim-powerline b/vim/bundle/vim-powerline new file mode 160000 index 0000000..90c1755 --- /dev/null +++ b/vim/bundle/vim-powerline @@ -0,0 +1 @@ +Subproject commit 90c17556d79689697c43df5c94ae9e00dbc73fdf diff --git a/zshrc b/zshrc index a28e263..d7bb271 100644 --- a/zshrc +++ b/zshrc @@ -33,3 +33,5 @@ source $ZSH/oh-my-zsh.sh alias vi=vim export TERM="screen-256color" export EDITOR=vim + +export PATH="/usr/local/bin:$PATH"