1
0
Fork 0

fix new repo

This commit is contained in:
Maurice Audin 2024-12-09 17:52:19 +01:00
parent 81ab085c17
commit 76d1341e0c

8
zshrc
View file

@ -6,13 +6,13 @@ zsh_config_repo=https://forgejo.audin.me/maudin/zsh
# Plugins and configuration generator # Plugins and configuration generator
if ! zgen saved; then if ! zgen saved; then
# Configuration # Configuration
zgen load ${zsh_config_repo} ${USER}.zsh zgen load ${zsh_config_repo} ${USER}.zsh main
# Plugins # Plugins
zgen load ${zsh_config_repo} ${USER}.plugins zgen load ${zsh_config_repo} ${USER}.plugins main
# Theme # Theme
zgen load ${zsh_config_repo} ${USER}.theme zgen load ${zsh_config_repo} ${USER}.theme main
# Completions # Completions
zgen load ${zsh_config_repo} ${USER}.completions zgen load ${zsh_config_repo} ${USER}.completions main
# generate the init script from plugins above # generate the init script from plugins above
zgen save zgen save