No auto-compile
This commit is contained in:
parent
e90c4f0549
commit
2674c48c59
1 changed files with 3 additions and 3 deletions
|
@ -44,6 +44,7 @@ fi
|
|||
zstyle ':znap:*' plugins-dir "${ZSH_PLUGIN_DIR}"
|
||||
|
||||
source "${ZSH_PLUGIN_DIR}/zsh-snap/znap.zsh" && export ZNAP_USED=1
|
||||
zstyle ':znap:*' auto-compile no
|
||||
local -a paths
|
||||
for line in "${(@f)"$(<~/.zsh_plugins.txt)"}"
|
||||
{
|
||||
|
@ -160,7 +161,6 @@ else
|
|||
touch $HOME/.zshsrc
|
||||
fi
|
||||
|
||||
for funcfile in $(ls $HOME/.zsh.d/); do
|
||||
source ${HOME}/.zsh.d/${funcfile}
|
||||
for funcfile in $HOME/.zsh.d/* ; do
|
||||
source "${funcfile}"
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue