Update 2023-01-10 14:18 OpenBSD/amd64

This commit is contained in:
c0dev0id 2023-01-10 14:18:52 +01:00
parent 982d1e2227
commit 4f96b5ce5a
1 changed files with 1 additions and 1 deletions

2
.kshrc
View File

@ -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
}