From 390080cc728a95f68d6823fa5deced311aa8671c Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 15 Apr 2018 19:14:41 -0700 Subject: [PATCH] [setup] Comment out command-t setup since I don't use it much... --- setup.sh | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/setup.sh b/setup.sh index b8e7395..8b1c1a2 100755 --- a/setup.sh +++ b/setup.sh @@ -69,11 +69,13 @@ for module in ${(k)vimbundles}; do print -P "$spaces%F{$color}$result%f" done -if [[ -d "$dfdir/vim/bundle/command-t/ruby/command-t" ]]; then - print -P "%BSetting up command-t%b" - cd "$dfdir/vim/bundle/command-t/ruby/command-t" - ruby extconf.rb - make -fi +vim +PluginInstall +qall + +#if [[ -d "$dfdir/vim/bundle/command-t/ruby/command-t" ]]; then +# print -P "%BSetting up command-t%b" +# cd "$dfdir/vim/bundle/command-t/ruby/command-t" +# ruby extconf.rb +# make +#fi exit 0