diff options
author | dakkar <dakkar@thenautilus.net> | 2024-01-19 10:46:37 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2024-01-19 10:46:37 +0000 |
commit | c38a188e5a0ee991983768d9cc4c7a02c6f84808 (patch) | |
tree | 20ca6c31fecb1fda3fcfa08502cbe2cfbf52477e | |
parent | starship: screen socket name (diff) | |
download | dotfiles-c38a188e5a0ee991983768d9cc4c7a02c6f84808.tar.gz dotfiles-c38a188e5a0ee991983768d9cc4c7a02c6f84808.tar.bz2 dotfiles-c38a188e5a0ee991983768d9cc4c7a02c6f84808.zip |
better less colors on dark bg
-rw-r--r-- | .bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |