aboutsummaryrefslogtreecommitdiff
path: root/shell/conf
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-10-17 22:10:25 -0400
committerMitch Riedstra <mitch@riedstra.us>2019-10-17 22:10:25 -0400
commit97b8b23c403f152c7f995c037607869d21b97762 (patch)
tree6188564338085a33c089126753795ef1d99bba18 /shell/conf
parentdb09e7e10edee02a01a7dc287b35e46cd75bf6d8 (diff)
downloaddotfiles-97b8b23c403f152c7f995c037607869d21b97762.tar.gz
dotfiles-97b8b23c403f152c7f995c037607869d21b97762.tar.xz
Fix the URL for the basic vimrc
Diffstat (limited to 'shell/conf')
-rw-r--r--shell/conf2
1 files changed, 1 insertions, 1 deletions
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"