From 76d1341e0c91847258d07909141bc16eb171c140 Mon Sep 17 00:00:00 2001 From: maudin Date: Mon, 9 Dec 2024 17:52:19 +0100 Subject: [PATCH] fix new repo --- zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zshrc b/zshrc index ba31dd8..8803e20 100644 --- a/zshrc +++ b/zshrc @@ -6,13 +6,13 @@ zsh_config_repo=https://forgejo.audin.me/maudin/zsh # Plugins and configuration generator if ! zgen saved; then # Configuration - zgen load ${zsh_config_repo} ${USER}.zsh + zgen load ${zsh_config_repo} ${USER}.zsh main # Plugins - zgen load ${zsh_config_repo} ${USER}.plugins + zgen load ${zsh_config_repo} ${USER}.plugins main # Theme - zgen load ${zsh_config_repo} ${USER}.theme + zgen load ${zsh_config_repo} ${USER}.theme main # Completions - zgen load ${zsh_config_repo} ${USER}.completions + zgen load ${zsh_config_repo} ${USER}.completions main # generate the init script from plugins above zgen save