summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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