diff --git a/.kshrc b/.kshrc index d164774..d75bbfe 100644 --- a/.kshrc +++ b/.kshrc @@ -459,7 +459,7 @@ dotfiles_autoupdate() { dotfiles_init() { git --no-replace-objects clone --bare --depth 1 \ - git@github.com:c0dev0id/dotfiles.git $HOME/.cfg; + _gitea@git.uugrn.org:sdk/dotfiles.git $HOME/.cfg; config config --local status.showUntrackedFiles no; config checkout -f }