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: