From ce7bd5d1173a47b76ba90696fdd76fd12ad2bc2d Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 11 Apr 2013 21:50:46 +0200 Subject: init-optional: adjust to "new" Powerline binding approach MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- init-optional | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init-optional b/init-optional index 53e8fc6..14333bc 100644 --- a/init-optional +++ b/init-optional @@ -18,6 +18,8 @@ optional () { 'git-nerdtree' \ 'git-sessionman' - [ "$1" == "get" ] && echo "let NERDTreeIgnore = ['\.pyc$', '\.tar\.gz$']" >> ~/.vimrc + [ "$1" == "get" ] \ + && echo "let NERDTreeIgnore = ['\.pyc$', '\.tar\.gz$']" >> ~/.vimrc + && ln -s git-powerline/powerline/bindings/vim link-powerline } init_register optional -- cgit