1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

git/config: improve git-diff colours with diff-so-fancy

This commit is contained in:
2018-03-29 15:57:51 +01:00
parent f288397231
commit 593f39fff3
4 changed files with 32 additions and 15 deletions

View File

@ -29,7 +29,7 @@ export GOPATH="$HOME/.cache/go"
exists() { which $@ 0<&- 1>/dev/null 2>/dev/null; }
export LESS="-RNI"
export LESS="-RI"
export PAGER="less $LESS"
if exists tput; then
export LESS_TERMCAP_mb=$(tput bold; tput setaf 2) # green