mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
zoxide: Clarify options
option
`programs.zoxide.options` are passed to `zoxide init` at shell init 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. I had to look this up when I was setting up zoxide; with this change, I wouldn't have had to.
This commit is contained in:
parent
8a16716428
commit
dcb9ffa595
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ in {
|
|||
default = [ ];
|
||||
example = [ "--no-aliases" ];
|
||||
description = ''
|
||||
List of options to pass to zoxide.
|
||||
List of options to pass to zoxide init.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue