nixos/zsh: make enableGlobalCompInit description less ambiguous

This commit is contained in:
Jörg Thalheim 2018-08-27 10:43:31 +01:00
parent 17876c2cf1
commit 4e365aa453

View File

@ -93,7 +93,7 @@ in
description = ''
Enable execution of compinit call for all interactive zsh shells.
This option can be used if the user wants to extend its
This option can be disabled if the user wants to extend its
<literal>fpath</literal> and a custom <literal>compinit</literal>
call in the local config is required.
'';