1
0
forked from extern/nix-config

Remove old FZF_DEFAULT_COMMAND

This isn't needed anymore since we no longer deal with hidden
directories by default.
This commit is contained in:
Donovan Glover 2023-05-12 16:08:48 -04:00
parent f4d67dcc4e
commit 75b41cfce1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -66,8 +66,6 @@
EDITOR = "nvim";
VISUAL = "nvim";
GIT_DISCOVERY_ACROSS_FILESYSTEM = "1";
FZF_DEFAULT_COMMAND =
''rg --files --no-ignore --hidden --follow --glob "!.git/*"'';
FZF_DEFAULT_OPTS = "--height 40% --reverse --border --color=16";
NODE_OPTIONS = "--max_old_space_size=16384";
};