Zoxide: Difference between revisions

m I changed the incorrect option 'flags' to 'options' according to the program documentation ttps://github.com/nix-community/home-manager/blob/d9a97e8b33227a6086538ac2d3d1960b03ed940c/modules/programs/zoxide.nix#L26-L2
changed the incorrect option 'flags' to 'options' according to the program documentation ttps://github.com/nix-community/home-manager/blob/d9a97e8b33227a6086538ac2d3d1960b03ed940c/modules/programs/zoxide.nix#L26-L2
 
Line 43: Line 43:
You can pass [https://github.com/ajeetdsouza/zoxide?tab=readme-ov-file#flags extra flags] to Zoxide using <code>programs.zoxide.options</code> as follows:
You can pass [https://github.com/ajeetdsouza/zoxide?tab=readme-ov-file#flags extra flags] to Zoxide using <code>programs.zoxide.options</code> as follows:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">programs.zoxide.options = [
programs.zoxide.flags = [
   "--cmd cd"
   "--cmd cd"
];
];</syntaxhighlight>
</syntaxhighlight>




[[Category:Shell]]
[[Category:Shell]]