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