diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2020-09-14 23:15:50 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2020-09-14 23:15:50 -0400 |
| commit | c7f985196e24e337d7ea698341761bfda08c16f1 (patch) | |
| tree | bf6f76cacd84d8dcc3a3f04db8f5887ec49e5d77 /shell/conf | |
| parent | 0cf2eaec00323af4c9af97528ca0391b1b62d7ce (diff) | |
| download | dotfiles-c7f985196e24e337d7ea698341761bfda08c16f1.tar.gz dotfiles-c7f985196e24e337d7ea698341761bfda08c16f1.tar.xz | |
Switch to git.riedstra.dev and remove the .git from repos
Diffstat (limited to 'shell/conf')
| -rw-r--r-- | shell/conf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |
