zcompile it all

This commit is contained in:
Daylin Morgan 2024-07-24 13:35:23 -05:00
parent 1822bd280c
commit e916e89404
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -4,6 +4,7 @@ zstyle ':antidote:bundle' file ${ZDOTDIR:-~}/.zplugins
zstyle ':antidote:static' file ${ZDOTDIR:-~}/.zplugins.zsh zstyle ':antidote:static' file ${ZDOTDIR:-~}/.zplugins.zsh
zstyle ':antidote:bundle' use-friendly-names 'yes' zstyle ':antidote:bundle' use-friendly-names 'yes'
zstyle ':antidote:bundle:*' zcompile 'yes' zstyle ':antidote:bundle:*' zcompile 'yes'
zstyle ':antidote:static:*' zcompile 'yes'
zstyle ':antidote:plugin:*' defer-options '-p' zstyle ':antidote:plugin:*' defer-options '-p'
# Set this to whatever you want to use to edit a command # Set this to whatever you want to use to edit a command