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:31 +0000
commit6d2e2036be829fe3d0dcbb426b14596dbb333c08 (patch)
treee63a698fecc637de4a60495e51d1004077863209
parentstarship prettier up/down git arrows (diff)
downloaddotfiles-nautilus.tar.gz
dotfiles-nautilus.tar.bz2
dotfiles-nautilus.zip
better less colors on dark bgnautilus
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
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