mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Delete git diff alias for Bat because it did not take any flags
This commit is contained in:
parent
18d543a212
commit
cc8b44f2f3
1 changed files with 0 additions and 4 deletions
|
@ -10,10 +10,6 @@
|
|||
PAGER = "'bat --plain'";
|
||||
};
|
||||
|
||||
programs.nushell.shellAliases = {
|
||||
"'git diff'" = "sh -c 'git diff --name-only --relative --diff-filter=d | xargs bat --diff'";
|
||||
};
|
||||
|
||||
programs.bat = enabled {
|
||||
config.theme = "gruvbox-dark";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue