debug "Starting zsh"
-if zstyle -T ':ganneff:config' zrecompile; then
+if zstyle -t ':ganneff:config' zrecompile true; then
autoload -Uz zrecompile
zrecompile -q -p -R ${ZDOTDIR}/.zshrc -- -M ${ZDOTDIR}/var/.zcompdump
maybe_compile () {
## Do you want to have zsh compile your startup files?
## It may make it faster. It may make it slower. Check yourself.
## This uses zrecompile, so changed files are automagically detected
-zstyle ':ganneff:config' zrecompile false
+# zstyle ':ganneff:config' zrecompile false
## The two variables COLORS and LINEDRAW, by default, are set according
## to the capabilities of your terminal. COLORS if it supports colors