summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-08-27 10:43:31 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-08-27 10:43:31 +0100
commit4e365aa4539ccd6c53349f90b7f65b63202928c6 (patch)
tree973cef6a522e3203bb35379ece88365409395d94 /nixos
parent17876c2cf1d14dd1c0a42b1030d6ada21c899941 (diff)
downloadnixlib-4e365aa4539ccd6c53349f90b7f65b63202928c6.tar
nixlib-4e365aa4539ccd6c53349f90b7f65b63202928c6.tar.gz
nixlib-4e365aa4539ccd6c53349f90b7f65b63202928c6.tar.bz2
nixlib-4e365aa4539ccd6c53349f90b7f65b63202928c6.tar.lz
nixlib-4e365aa4539ccd6c53349f90b7f65b63202928c6.tar.xz
nixlib-4e365aa4539ccd6c53349f90b7f65b63202928c6.tar.zst
nixlib-4e365aa4539ccd6c53349f90b7f65b63202928c6.zip
nixos/zsh: make enableGlobalCompInit description less ambiguous
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/zsh/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/zsh/zsh.nix b/nixos/modules/programs/zsh/zsh.nix
index 0ecf2945a87b..d30b3415411f 100644
--- a/nixos/modules/programs/zsh/zsh.nix
+++ b/nixos/modules/programs/zsh/zsh.nix
@@ -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.
         '';