(git) reverted pager settings
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
[core]
|
||||
pager = less -+F
|
||||
editor = nvim
|
||||
|
||||
[init]
|
||||
@@ -21,6 +20,6 @@
|
||||
--graph \
|
||||
--pretty='tformat:%C(yellow)%h %C(blue)%as%C(auto)%d %C(reset)%s'
|
||||
|
||||
oneline = !git --no-pager log \
|
||||
oneline = log \
|
||||
-n 20 \
|
||||
--pretty='tformat:%C(yellow)%h %C(blue)%as%C(auto)%d %C(reset)%s'
|
||||
|
||||
Reference in New Issue
Block a user