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:46:37 +0000
commitc38a188e5a0ee991983768d9cc4c7a02c6f84808 (patch)
tree20ca6c31fecb1fda3fcfa08502cbe2cfbf52477e
parentstarship: screen socket name (diff)
downloaddotfiles-luxion.tar.gz
dotfiles-luxion.tar.bz2
dotfiles-luxion.zip
better less colors on dark bgluxion
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 45a42f1..d4bf12e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -26,6 +26,8 @@ export ALTERNATE_EDITOR=''
export EDITOR=emacsclient
alias e=emacsclient
+export LESSCOLORIZER='pygmentize -O bg=dark,style=github-dark -f terminal16m'
+
shopt -s extglob
shopt -s cmdhist
shopt -s histappend