From 4f96b5ce5aa3180ebaff554eb6bd8876796340df Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Tue, 10 Jan 2023 14:18:52 +0100 Subject: [PATCH] Update 2023-01-10 14:18 OpenBSD/amd64 --- .kshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }