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:
Patrick Nuckolls 2024-09-11 16:23:08 -07:00 committed by GitHub
parent 8a16716428
commit dcb9ffa595
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
'';
};