mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
zsh-autosuggestions: update comment
This commit is contained in:
parent
b3120021cf
commit
c6cc73ca9d
@ -1,6 +1,6 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, zsh }:
|
{ 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 {
|
stdenv.mkDerivation rec {
|
||||||
pname = "zsh-autosuggestions";
|
pname = "zsh-autosuggestions";
|
||||||
|
Loading…
Reference in New Issue
Block a user