From 495cc917a157da1dd49e2d8d085fa14134394ab2 Mon Sep 17 00:00:00 2001 From: whiteman808 Date: Tue, 17 Feb 2026 07:16:57 +0100 Subject: [PATCH] [profiles/desktop] change sync_repo alias at zsh config --- profiles/base/.zsh/conf.d/08-aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/.zsh/conf.d/08-aliases.zsh b/profiles/base/.zsh/conf.d/08-aliases.zsh index a4f7e41..03a304c 100644 --- a/profiles/base/.zsh/conf.d/08-aliases.zsh +++ b/profiles/base/.zsh/conf.d/08-aliases.zsh @@ -12,6 +12,6 @@ alias rsync_restore="rsync_copy --numeric-ids --delete --exclude='lost+found'" alias rsync_restore_ssh="rsync_restore -e ssh" alias glog="git log --oneline" alias emerge_world="emerge --ask --verbose --deep --newuse --update @world" -alias sync_repo="rsync_copy_ssh --delete ~/arch_paczuchy/* vps.paraboletancza.org:/srv/http/arch.paraboletancza.org" +alias sync_repo="rsync_copy_ssh --delete ~/arch_paczuchy/* vps.paraboletancza.org:/srv/http/repo.paraboletancza.org/arch" alias aur_sync="aur sync --sign --chroot" alias aur_build="aur build --sign --chroot"