cleanup
This commit is contained in:
parent
bb6db473a1
commit
da44ce7fa9
2 changed files with 13 additions and 13 deletions
|
@ -171,9 +171,9 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
nerdFontsVersion = "3";
|
||||
git = {
|
||||
paging.pager = "delta --paging=never";
|
||||
};
|
||||
# git = {
|
||||
# paging.pager = "delta --paging=never";
|
||||
# };
|
||||
};
|
||||
};
|
||||
jq.enable = true;
|
||||
|
|
|
@ -221,16 +221,16 @@
|
|||
{ name = "*"; run = "file-extra-metadata"; }
|
||||
];
|
||||
prepend_fetchers = [
|
||||
{
|
||||
id = "git";
|
||||
name = "*";
|
||||
run = "git";
|
||||
}
|
||||
{
|
||||
id = "git";
|
||||
name = "*/";
|
||||
run = "git";
|
||||
}
|
||||
# {
|
||||
# id = "git";
|
||||
# name = "*";
|
||||
# run = "git";
|
||||
# }
|
||||
# {
|
||||
# id = "git";
|
||||
# name = "*/";
|
||||
# run = "git";
|
||||
# }
|
||||
];
|
||||
};
|
||||
tasks = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue