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"