viasite-ansible / ansible-role-zsh

Setup antigen with oh-my-zsh, powerlevel10k theme, fzf, autosuggestions, syntax-highlighting
https://habrahabr.ru/post/323496/
MIT License
347 stars 85 forks source link

global compinit slows terminal startup on Ubuntu #9

Closed popstas closed 7 years ago

popstas commented 7 years ago

On Ubuntu 14.04, 16.04 system /etc/zsh/zshrc contains compinit call, it slows startup time up to 2 times.

It should be disabled with skip_global_compinit envvar.