zsh-autosuggestions: update comment

This commit is contained in:
Eduardo Sánchez Muñoz 2021-03-03 11:08:11 +01:00
parent b3120021cf
commit c6cc73ca9d

View file

@ -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";