more flexible zshrc
This commit is contained in:
parent
2ec1534e42
commit
26defaa2db
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
|
||||
if ! zgen saved; then
|
||||
# Configuration
|
||||
zgen load ${zsh_config_repo} ${USER}.zsh main
|
||||
zgen load ${zsh_config_repo} ${USER}.zsh ${USER}
|
||||
# Plugins
|
||||
zgen load ${zsh_config_repo} ${USER}.plugins main
|
||||
zgen load ${zsh_config_repo} ${USER}.plugins ${USER}
|
||||
# Theme
|
||||
zgen load ${zsh_config_repo} ${USER}.theme main
|
||||
zgen load ${zsh_config_repo} ${USER}.theme ${USER}
|
||||
# Completions
|
||||
zgen load ${zsh_config_repo} ${USER}.completions main
|
||||
zgen load ${zsh_config_repo} ${USER}.completions ${USER}
|
||||
|
||||
# generate the init script from plugins above
|
||||
zgen save
|
||||
|
|
|
|||
Loading…
Reference in a new issue