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:
parent
aebb5dcd08
commit
1ede986cc1
@ -100,8 +100,9 @@ in
|
|||||||
|
|
||||||
fzf = {
|
fzf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultCommand = "${pkgs.fd}/bin/fd --type f";
|
# Include hidden files/folders (-H) but exclude .git
|
||||||
fileWidgetCommand = "${pkgs.fd}/bin/fd --type f";
|
defaultCommand = "${pkgs.fd}/bin/fd -H --type f -E .git";
|
||||||
|
fileWidgetCommand = "${pkgs.fd}/bin/fd -H --type f -E .git";
|
||||||
};
|
};
|
||||||
|
|
||||||
ssh = {
|
ssh = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user