mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
git pager indent tabs by 4
This commit is contained in:
parent
f6fb488690
commit
5550df2270
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ in
|
|||
alias.glog = "log --all --decorate --oneline --graph";
|
||||
alias.logl = "log --oneline -n10";
|
||||
alias.vlog = "log --name-status";
|
||||
core.pager = "less -x1,5";
|
||||
pull.ff = "only";
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue