• 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
.github Loading commit data...
cache Loading commit data...
custom Loading commit data...
lib Loading commit data...
log Loading commit data...
plugins Loading commit data...
templates Loading commit data...
themes Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.gitpod.Dockerfile Loading commit data...
.gitpod.yml Loading commit data...
.prettierrc Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
oh-my-zsh.sh Loading commit data...