From 6b149fb428ae5083f4865aa24e450501ac9fcef9 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Thu, 25 Apr 2013 21:48:56 +0200 Subject: [PATCH] cruft --- scripts/fetch_submodules.sh | 6 ------ scripts/make_command-t.sh | 3 --- 2 files changed, 9 deletions(-) delete mode 100755 scripts/fetch_submodules.sh delete mode 100755 scripts/make_command-t.sh diff --git a/scripts/fetch_submodules.sh b/scripts/fetch_submodules.sh deleted file mode 100755 index 60cde2b..0000000 --- a/scripts/fetch_submodules.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -cd ~/.vim -git submodule init -git submodule update - diff --git a/scripts/make_command-t.sh b/scripts/make_command-t.sh deleted file mode 100755 index cfa6a41..0000000 --- a/scripts/make_command-t.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -cd ~/.vim/bundle/command-t/ruby/command-t && /usr/bin/ruby extconf.rb && make