From 97b8b23c403f152c7f995c037607869d21b97762 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Thu, 17 Oct 2019 22:10:25 -0400 Subject: Fix the URL for the basic vimrc --- mkshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkshrc') diff --git a/mkshrc b/mkshrc index f5927fc..f6b911b 100644 --- a/mkshrc +++ b/mkshrc @@ -399,7 +399,7 @@ export PATH="$HOME/bin:$PATH" UPDATE_URL="https://git.riedstra.us/mitch/dotfiles.git/plain/" VIM_GIT_URL="https://git.riedstra.us/mitch/vim-cfg.git" -VIM_BASIC_URL="https://git.riedstra.us/mitch/vim-cfg.git/plain/basic.vim" +VIM_BASIC_URL="https://git.riedstra.us/mitch/dotfiles.git/plain/vimrc" PRELOAD="$HOME/${SHELL_CONFIG}.pre" LOCAL="$HOME/${SHELL_CONFIG}.local" -- cgit v1.2.3