mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 10:17:46 +02:00
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";
|
EDITOR = "nvim";
|
||||||
VISUAL = "nvim";
|
VISUAL = "nvim";
|
||||||
GIT_DISCOVERY_ACROSS_FILESYSTEM = "1";
|
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";
|
FZF_DEFAULT_OPTS = "--height 40% --reverse --border --color=16";
|
||||||
NODE_OPTIONS = "--max_old_space_size=16384";
|
NODE_OPTIONS = "--max_old_space_size=16384";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user