about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2019-09-22 15:20:52 +0200
committeraszlig <aszlig@nix.build>2019-09-22 15:20:52 +0200
commit972808b6806dd6d8c1a0ccc7caf76e1ba36fc36d (patch)
tree682926347c87545d4e38b90ce80b5ae32f72c00c /tests
parent4ae45fb74f2009b14bb53d23914730cf20ea5d7b (diff)
modules/zsh: Fix options and clean up a bit
Since a while ago[1], the setting of ZSH options is now done after
interactiveShellInit, so using unsetopt SHARE_HISTORY doesn't work
anymore because it is set *afterwards*.

Instead of setting these options, we now use the setOptions option
instead and override it with exactly the options I want to be set.

Additionally, compinit is also no longer necessary, because it is done
by default and invoking it on our own is just redundant.

[1]: https://github.com/NixOS/nixpkgs/pull/58012

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions