diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-10-04 10:48:53 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-10-04 10:48:53 +0300 |
commit | f8314e59591788ad19b10abff655897eddaac414 (patch) | |
tree | 473416053b0e9af7dbcb61ce5bcde3cda60df91b /internal | |
parent | 6765b618239d3c6815339468393d3354f48b1589 (diff) |
stop autoloading and running "color"; p10k does not use it anymore; people who need it can autoload it themselves
Diffstat (limited to 'internal')
-rwxr-xr-x | internal/p10k.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 4ce09210..62ca8638 100755 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -4839,7 +4839,6 @@ function p10k() { # Hook for zplugin. powerlevel10k_plugin_unload() { prompt_powerlevel9k_teardown; } -autoload -Uz colors && colors autoload -Uz add-zsh-hook zmodload zsh/datetime |