From ebbf79f6088d8f091a61346ae5dec6f1762b4adb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 12 Feb 2024 03:53:53 -0500 Subject: remove vim config --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index af40754..303b645 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,6 @@ submodules: @git submodule update --init --recursive update: - @git submodule foreach '(if [ $$sm_path == "vim/.vim/pack/filetype/start/perl" ]; then git checkout dev; else git checkout master; fi) && git pull' + @git submodule foreach 'git checkout master && git pull' .PHONY: build install uninstall clean submodules update -- cgit v1.2.3-54-g00ecf