From 4b17e9a66d1fcdd09ed36713903cf7cf7bf0d37e Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 19 Jan 2024 10:46:37 +0000 Subject: better less colors on dark bg --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 0102b86..ee507e8 100644 --- a/.bashrc +++ b/.bashrc @@ -10,6 +10,9 @@ alias cp="cp -i" export history_control=ignoreboth export command_oriented_history export HISTIGNORE='&:[bf]g:exit:ls' + +export LESSCOLORIZER='pygmentize -O bg=dark,style=github-dark -f terminal16m' + shopt -s extglob shopt -s cmdhist shopt -s histappend -- cgit v1.2.3