summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-01-19 10:46:37 +0000
committerdakkar <dakkar@thenautilus.net>2024-01-19 10:51:47 +0000
commitda82d522dcb51898c1061ee1668c4572ba7883c4 (patch)
tree6d9c8bcaaacf03f06e7ce22d1768df2e0846c097
parentstarship prettier up/down git arrows (diff)
downloaddotfiles-da82d522dcb51898c1061ee1668c4572ba7883c4.tar.gz
dotfiles-da82d522dcb51898c1061ee1668c4572ba7883c4.tar.bz2
dotfiles-da82d522dcb51898c1061ee1668c4572ba7883c4.zip
better less colors on dark bg
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 7366c08..f013891 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