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
|
||||
{
|
||||
enable = true;
|
||||
changeDirWidgetCommand = "${fd} --type d";
|
||||
defaultCommand = "${fd} --type f";
|
||||
changeDirWidgetCommand = "${fd} --type directory --unrestricted";
|
||||
defaultCommand = "${fd} --type file --hidden";
|
||||
};
|
||||
|
||||
# dog > sky dog > cat.
|
||||
|
Loading…
Reference in New Issue
Block a user