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 = {
|
||||
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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user