1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-02-22 18:37:23 +08:00
Marc Cornellà d342b353e3
fix(init): set completion colors on theme load, not with precmd
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.
2023-03-07 18:54:06 +01:00
..
2022-10-18 19:38:47 +02:00
2020-11-09 12:00:15 +01:00
2022-01-03 13:50:50 +01:00