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 --- shell/conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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