We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af352bd commit 532b81fCopy full SHA for 532b81f
1 file changed
antidote.lite.zsh
@@ -103,7 +103,7 @@ function plugin-compile {
103
emulate -L zsh; setopt local_options $_alite_zopts
104
autoload -Uz zrecompile
105
local zfile
106
- for zfile in ${1:-ANTIDOTE_LITE_HOME}/**/*.zsh{,-theme}(N); do
+ for zfile in ${1:-$ANTIDOTE_LITE_HOME}/**/*.zsh{,-theme}(N); do
107
[[ $zfile != */test-data/* ]] || continue
108
zrecompile -pq "$zfile"
109
done
0 commit comments