From 6d2e2036be829fe3d0dcbb426b14596dbb333c08 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(+) diff --git a/.bashrc b/.bashrc index c8e2c3b..830a92c 100644 --- a/.bashrc +++ b/.bashrc @@ -23,6 +23,9 @@ alias btd="bittorrent-curses --max_upload_rate 6 " 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