Commit graph

8 commits

Author SHA1 Message Date
Robin Stumm 76681a9591
zsh: fix double compinit slowdown with oh-my-zsh
Integrate the oh-my-zsh module into the zsh module in order to be able to control invocation order.
2017-09-11 12:32:08 +02:00
Robin Stumm f98f72a825
zsh: add plugins submodule 2017-09-11 12:32:03 +02:00
Jean Potier 721f924e15
zsh: remove search for installed completions
1. It slows down the initial start: it takes around 2s at first launch,
and around 0.25s for the following launches;
2. It seems to be redundant since just installing zsh package gives
working completions with correct $fpath set.
2017-09-04 11:45:41 +02:00
Nikita Uvarov 1678548353
zsh: set HELPDIR 2017-08-24 13:13:35 +02:00
Nikita Uvarov 7218c45443
zsh: add completions to fpath 2017-08-24 13:13:34 +02:00
Nikita Uvarov bd914d49f1
zsh: add history submodule 2017-08-24 13:13:34 +02:00
Nikita Uvarov 910cdc0537
zsh: use .zshenv for env vars 2017-08-21 18:00:58 +02:00
Nikita Uvarov cde8e02bf2
zsh: add module 2017-08-16 13:58:30 +02:00