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:
parent
f4d67dcc4e
commit
75b41cfce1
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user