aboutsummaryrefslogtreecommitdiff
path: root/shell/conf
diff options
context:
space:
mode:
Diffstat (limited to 'shell/conf')
-rw-r--r--shell/conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/conf b/shell/conf
index 7369c0c..f743597 100644
--- a/shell/conf
+++ b/shell/conf
@@ -9,9 +9,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"