mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
profiles/dev: update fzf widget commands
This commit is contained in:
parent
22b8cc86e9
commit
35f0abedd0
@ -52,8 +52,8 @@ in {
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
changeDirWidgetCommand = "${fd} --type d";
|
changeDirWidgetCommand = "${fd} --type directory --unrestricted";
|
||||||
defaultCommand = "${fd} --type f";
|
defaultCommand = "${fd} --type file --hidden";
|
||||||
};
|
};
|
||||||
|
|
||||||
# dog > sky dog > cat.
|
# dog > sky dog > cat.
|
||||||
|
Loading…
Reference in New Issue
Block a user