From c7f985196e24e337d7ea698341761bfda08c16f1 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 14 Sep 2020 23:15:50 -0400 Subject: Switch to git.riedstra.dev and remove the .git from repos --- mkshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mkshrc') diff --git a/mkshrc b/mkshrc index 8674cfb..f39778e 100644 --- a/mkshrc +++ b/mkshrc @@ -508,9 +508,9 @@ esac export EDITORS="ed vi vim " 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/dotfiles.git/plain/vimrc" +UPDATE_URL="https://git.riedstra.dev/mitch/dotfiles/plain/" +VIM_GIT_URL="https://git.riedstra.dev/mitch/vim-cfg" +VIM_BASIC_URL="https://git.riedstra.dev/mitch/dotfiles/plain/vimrc" PRELOAD="$HOME/${SHELL_CONFIG}.pre" LOCAL="$HOME/${SHELL_CONFIG}.local" -- cgit v1.2.3