diff options
author | Aaron LI <aly@aaronly.me> | 2022-01-07 20:56:11 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2023-06-13 10:01:03 +0800 |
commit | 11dde7c6be488b2a49c29b89f8f890666e6b4fe3 (patch) | |
tree | 718cc52b4c371219f3c36d43b83b81275bc847c3 | |
parent | 3ede28e4ffb9c0f71863367cdbd6d5f56ad95392 (diff) | |
download | dotfiles-11dde7c6be488b2a49c29b89f8f890666e6b4fe3.tar.bz2 |
git: Add '-R' to less pager to show colors
-rw-r--r-- | _gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |