From 11f1b51449c4903b72e5c33de8819f679a0b91f1 Mon Sep 17 00:00:00 2001 From: sumnerevans Date: Wed, 10 May 2023 23:55:35 +0000 Subject: [PATCH] deploy: 010c26987729d6a2e0e19da6df7c3f0465ae03b3 --- options.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/options.html b/options.html index 42b9caea7..9dcbef5eb 100644 --- a/options.html +++ b/options.html @@ -6786,6 +6786,8 @@ to your system configuration to get completion for system packages (e.g. systemd library. This will let the terminal track the current working directory.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/misc/vte.nix> +
programs.zsh.package

The zsh package to use.

Type: package

Default: pkgs.zsh

Declared by:

+ <home-manager/modules/programs/zsh.nix>
programs.zsh.autocd

Automatically enter into a directory if typed directly into shell.

Type: null or boolean

Default: null

Declared by:

<home-manager/modules/programs/zsh.nix>
programs.zsh.cdpath

List of paths to autocomplete calls to `cd`.

Type: list of string

Default: [ ]

Declared by: