fix new repo
This commit is contained in:
parent
81ab085c17
commit
76d1341e0c
1 changed files with 4 additions and 4 deletions
8
zshrc
8
zshrc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue