diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-10-17 22:10:25 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-10-17 22:10:25 -0400 |
| commit | 97b8b23c403f152c7f995c037607869d21b97762 (patch) | |
| tree | 6188564338085a33c089126753795ef1d99bba18 /shell | |
| parent | db09e7e10edee02a01a7dc287b35e46cd75bf6d8 (diff) | |
| download | dotfiles-97b8b23c403f152c7f995c037607869d21b97762.tar.gz dotfiles-97b8b23c403f152c7f995c037607869d21b97762.tar.xz | |
Fix the URL for the basic vimrc
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
