• Marc Cornellà's avatar
    fix(init): set completion colors on theme load, not with `precmd` · d342b353
    Marc Cornellà authored
    This fixes an edge case where the user actually sets
    
      zstyle ':completion:*' list-colors
    
    in their zshrc, but the previous code used a precmd hook, which would
    override the user changes. With this change our modifications will be
    set in the init script, after the theme loads, so that later changes
    can affect our defaults.
    
    Note that this will not be run for users on plugin managers, as these
    don't generally run our init script.
    d342b353
Name
Last commit
Last update
..
bzr.zsh Loading commit data...
cli.zsh Loading commit data...
clipboard.zsh Loading commit data...
compfix.zsh Loading commit data...
completion.zsh Loading commit data...
correction.zsh Loading commit data...
diagnostics.zsh Loading commit data...
directories.zsh Loading commit data...
functions.zsh Loading commit data...
git.zsh Loading commit data...
grep.zsh Loading commit data...
history.zsh Loading commit data...
key-bindings.zsh Loading commit data...
misc.zsh Loading commit data...
nvm.zsh Loading commit data...
prompt_info_functions.zsh Loading commit data...
spectrum.zsh Loading commit data...
termsupport.zsh Loading commit data...
theme-and-appearance.zsh Loading commit data...
vcs_info.zsh Loading commit data...