git lg: disable annoying line wrap
This commit is contained in:
parent
7e5bbd1be5
commit
53710c2622
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
@ -49,7 +49,7 @@
|
|||
# custom git log (always opens in pager)
|
||||
lg = "!f() { \
|
||||
git lgi $@ | \
|
||||
less -cr; \
|
||||
less --clear-screen --RAW-CONTROL-CHARS --chop-long-lines; \
|
||||
}; f"
|
||||
|
||||
# Inspired by, then evolved from:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue