mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-19 07:40:45 +02:00
Run nixfmt
This commit is contained in:
parent
6794f7be19
commit
95ccadd612
@ -66,7 +66,8 @@
|
|||||||
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_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";
|
||||||
};
|
};
|
||||||
@ -87,7 +88,8 @@
|
|||||||
environment.shells = with pkgs; [ fish ];
|
environment.shells = with pkgs; [ fish ];
|
||||||
programs.fish.shellAliases = {
|
programs.fish.shellAliases = {
|
||||||
ls = "exa --group-directories-first -I 'lost+found'";
|
ls = "exa --group-directories-first -I 'lost+found'";
|
||||||
tree = "exa --group-directories-first --all --long --tree -I 'node_modules|.git|public|lost+found'";
|
tree =
|
||||||
|
"exa --group-directories-first --all --long --tree -I 'node_modules|.git|public|lost+found'";
|
||||||
mv = "mv -i";
|
mv = "mv -i";
|
||||||
rg = "rg --max-columns=2000";
|
rg = "rg --max-columns=2000";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user