From 642a00dc36c13b0b0ceb9e415043d0d7db3082ef Mon Sep 17 00:00:00 2001 From: Karthik Viswanathan Date: Sat, 4 Feb 2017 19:14:59 -0800 Subject: [PATCH] Remove stale command-t instructions from install script. --- install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install.sh b/install.sh index ba79385..e4c2505 100644 --- a/install.sh +++ b/install.sh @@ -8,10 +8,5 @@ ln -s ~/dotfiles/zshrc .zshrc ln -s ~/dotfiles/vim .vim ln -s ~/dotfiles/oh-my-zsh .oh-my-zsh -echo "Building command-t plugin..." -cd dotfiles/vim/bundle/command-t/ruby/command-t -ruby extconf.rb -make - cd ~ echo "Done!"