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:50:57 +0000
commit0462c8a3f4fd0525560edf61006908ce3abeeb62 (patch)
tree4178e0edc4270b25937af432c57c5990badfdeb4
parentstarship: say black when you mean black (diff)
downloaddotfiles-laptop.tar.gz
dotfiles-laptop.tar.bz2
dotfiles-laptop.zip
better less colors on dark bglaptop
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 0776b98..bfafa29 100644
--- a/.bashrc
+++ b/.bashrc
@@ -22,6 +22,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