From fb02531e2cdf3c0713846d8e3b48f0df26af876d Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 28 Jun 2019 08:53:26 +1000 Subject: [PATCH] Use the recently added nocompile:! ice to allow Zplugin to auto-compile trapd00r/LS_COLORS --- config/zsh/zplugin | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/zsh/zplugin b/config/zsh/zplugin index d637720..d39b1b0 100644 --- a/config/zsh/zplugin +++ b/config/zsh/zplugin @@ -17,9 +17,7 @@ zplugin $load mafredri/zsh-async zplugin $load rupa/z zplugin $load sindresorhus/pure -# We have to zcompile c.zsh manually because pick-ice apparently runs before -# atclone-ice during installation, and so can't find c.zsh to compile it. -zplugin ice pick:c.zsh atpull:%atclone atclone:'dircolors -b LS_COLORS > c.zsh && zcompile c.zsh' +zplugin ice nocompile:! pick:c.zsh atpull:%atclone atclone:'dircolors -b LS_COLORS > c.zsh' zplugin $load trapd00r/LS_COLORS zplugin ice silent wait:1 atload:_zsh_autosuggest_start