Slackware

From Han Wiki
Revision as of 19:54, 29 June 2016 by Mhan (talk | contribs) (add git colors)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jump to navigation Jump to search

git colors

with "git config color.ui true" you may get characters like "ESC[33mblahblahblahESC[m" this is because the pager utility (less) doesn't default to writing escape sequences in the raw format (-R option).

git config --global core.pager "less -FXRS"