aboutsummaryrefslogtreecommitdiffstats
path: root/_gitconfig
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2022-01-07 20:56:11 +0800
committerAaron LI <aly@aaronly.me>2023-06-13 10:01:03 +0800
commit11dde7c6be488b2a49c29b89f8f890666e6b4fe3 (patch)
tree718cc52b4c371219f3c36d43b83b81275bc847c3 /_gitconfig
parent3ede28e4ffb9c0f71863367cdbd6d5f56ad95392 (diff)
downloaddotfiles-11dde7c6be488b2a49c29b89f8f890666e6b4fe3.tar.bz2
git: Add '-R' to less pager to show colors
Diffstat (limited to '_gitconfig')
-rw-r--r--_gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/_gitconfig b/_gitconfig
index 880b03d..5168cdc 100644
--- a/_gitconfig
+++ b/_gitconfig
@@ -17,7 +17,7 @@
[core]
# Use 'less' as the pager and display tabs of width 8
- pager = less -x1,9
+ pager = less -x1,9 -R
[user]
name = Aaron LI