about summary refs log tree commit diff
path: root/pkgs/shells/zsh/zsh-autosuggestions
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz <esm@eduardosm.net>2021-03-03 11:08:11 +0100
committerEduardo Sánchez Muñoz <esm@eduardosm.net>2021-03-03 11:08:11 +0100
commitc6cc73ca9dddd4c9fe380d5415d2dd6f58407bb2 (patch)
tree544badd992d88e6ab1af868f6525ef5f874212ae /pkgs/shells/zsh/zsh-autosuggestions
parentb3120021cf9d2d1f821f80839f89d9ead8433df4 (diff)
zsh-autosuggestions: update comment
Diffstat (limited to 'pkgs/shells/zsh/zsh-autosuggestions')
-rw-r--r--pkgs/shells/zsh/zsh-autosuggestions/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/zsh/zsh-autosuggestions/default.nix b/pkgs/shells/zsh/zsh-autosuggestions/default.nix
index 3f5cadfccb1d0..f9502152277fb 100644
--- a/pkgs/shells/zsh/zsh-autosuggestions/default.nix
+++ b/pkgs/shells/zsh/zsh-autosuggestions/default.nix
@@ -1,6 +1,6 @@
 { lib, stdenv, fetchFromGitHub, zsh }:
 
-# To make use of this derivation, use the `programs.zsh.enableAutoSuggestions` option
+# To make use of this derivation, use the `programs.zsh.autosuggestions.enable` option
 
 stdenv.mkDerivation rec {
   pname = "zsh-autosuggestions";