mirror of
https://github.com/nix-community/home-manager
synced 2024-11-17 00:29:45 +01:00
zoxide: clarify options
option
The value of the option `programs.zoxide.options` is passed to `zoxide init` at shell initialization time, not to the command itself when it's called by the user from their shell. This change makes that a little bit clearer in the documentation.
This commit is contained in:
parent
51e1d69f7a
commit
14929f7089
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ in {
|
||||||
default = [ ];
|
default = [ ];
|
||||||
example = [ "--no-cmd" ];
|
example = [ "--no-cmd" ];
|
||||||
description = ''
|
description = ''
|
||||||
List of options to pass to zoxide.
|
List of options to pass to zoxide init.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue