aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mkshrc2
-rw-r--r--shell/conf2
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"