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

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