mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 17:50:52 +01:00
nvd: Exclude neovim treesitter grammars from diff
This commit is contained in:
parent
8d676a7b58
commit
06d3abf811
@ -86,7 +86,7 @@
|
|||||||
ns = "nix shell";
|
ns = "nix shell";
|
||||||
nr = "nix run";
|
nr = "nix run";
|
||||||
ncg = "sudo nix-collect-garbage -d && nix-collect-garbage -d";
|
ncg = "sudo nix-collect-garbage -d && nix-collect-garbage -d";
|
||||||
nvd = "nvd --color always diff /run/current-system result | less -R";
|
nvd = "nvd --color always diff /run/current-system result | rg -v 0.0.0 | less -R";
|
||||||
|
|
||||||
ca = "cargo add";
|
ca = "cargo add";
|
||||||
cab = "cargo add --build";
|
cab = "cargo add --build";
|
||||||
|
Loading…
Reference in New Issue
Block a user