Merge pull request #114968 from eduardosm/zsh-autosuggestions

zsh-autosuggestions: update comment
This commit is contained in:
Sandro 2021-03-03 14:52:23 +01:00 committed by GitHub
commit b80fd38a31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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