From 35f0abedd002f1a9c0372f9921d73b176bf12396 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 24 Jul 2023 15:23:32 +0800 Subject: [PATCH] profiles/dev: update fzf widget commands --- modules/home-manager/profiles/dev.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/profiles/dev.nix b/modules/home-manager/profiles/dev.nix index e9a45893..07669082 100644 --- a/modules/home-manager/profiles/dev.nix +++ b/modules/home-manager/profiles/dev.nix @@ -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.