separate completions functions
This commit is contained in:
10
zshrc
10
zshrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user