separate completions functions

This commit is contained in:
2020-04-29 12:03:50 +02:00
parent c1484b5312
commit 8e067be0b1
3 changed files with 9 additions and 8 deletions

10
zshrc
View File

@@ -7,12 +7,14 @@ source "${HOME}/.zgen/zgen.zsh"
# Plugins and configuration generator #
#######################################
if ! zgen saved; then
# Personnal configuration
# Configuration
zgen load hybris42/zsh ${USER}.zsh
# Theme
zgen load hybris42/zsh ${USER}.theme
# Personnal plugins
source ${HOME}/.zgen/hybris42/zsh-master/hybris.plugins
# Plugins
zgen load hybris42/zsh ${USER}.plugins
# Completions
zgen load hybris42/zsh ${USER}.completions
# generate the init script from plugins above
zgen save