1
mirror of https://github.com/wlcx/home.git synced 2026-01-02 20:53:45 +00:00

fzf: show hidden

This commit is contained in:
Sam W 2025-12-16 14:36:41 +00:00
parent aebb5dcd08
commit 1ede986cc1

View File

@ -100,8 +100,9 @@ in
fzf = {
enable = true;
defaultCommand = "${pkgs.fd}/bin/fd --type f";
fileWidgetCommand = "${pkgs.fd}/bin/fd --type f";
# Include hidden files/folders (-H) but exclude .git
defaultCommand = "${pkgs.fd}/bin/fd -H --type f -E .git";
fileWidgetCommand = "${pkgs.fd}/bin/fd -H --type f -E .git";
};
ssh = {