Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.eza.enable

Whether to enable eza, a modern replacement for ls.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.eza.enableBashIntegration

Whether to enable Bash integration.

Type: boolean

Default:

Example:

false

Declared by:

programs.eza.enableFishIntegration

Whether to enable Fish integration.

Type: boolean

Default:

Example:

false

Declared by:

programs.eza.enableIonIntegration

Whether to enable Ion integration.

Type: boolean

Default:

Example:

false

Declared by:

programs.eza.enableNushellIntegration

Whether to enable Nushell integration.

Type: boolean

Default:

Example:

true

Declared by:

programs.eza.enableZshIntegration

Whether to enable Zsh integration.

Type: boolean

Default:

Example:

false

Declared by:

programs.eza.package

The eza package to use.

Type: null or package

Default:

pkgs.eza

Declared by:

programs.eza.colors

Use terminal colors in output (--color argument).

Type: one of <null>, “auto”, “always”, “never”

Default:

null

Declared by:

programs.eza.extraOptions

Extra command line options passed to eza.

Type: list of string

Default:

[ ]

Example:

[
  "--group-directories-first"
  "--header"
]

Declared by:

programs.eza.git

List each file’s Git status if tracked or ignored (--git argument).

Type: boolean

Default:

false

Declared by:

programs.eza.icons

Display icons next to file names (--icons argument).

Note, the support for Boolean values is deprecated. Setting this option to true corresponds to --icons=auto.

Type: one of <null>, true, false, “auto”, “always”, “never”

Default:

null

Declared by:

programs.eza.theme

Written to $XDG_CONFIG_HOME/eza/theme.yml

See https://github.com/eza-community/eza#custom-themes

Type: YAML 1.1 value

Default:

{ }

Declared by: