Slackware: Difference between revisions
add git colors |
add a link to Installing Slackware 14.2 |
||
Line 1: | Line 1: | ||
[[Installing Slackware 14.2]] | |||
= git colors = | = git colors = | ||
Revision as of 19:34, 23 August 2016
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"