Skip to content

Commit

Permalink
Remove stale command-t instructions from install script.
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikv committed Feb 5, 2017
1 parent 6226eb2 commit 642a00d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions install.sh
Expand Up @@ -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!"

0 comments on commit 642a00d

Please sign in to comment.