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 +- shell/conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" diff --git a/shell/conf b/shell/conf index efd8710..a333559 100644 --- a/shell/conf +++ b/shell/conf @@ -11,7 +11,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