diff options
author | dakkar <dakkar@thenautilus.net> | 2024-01-19 10:46:37 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2024-01-19 10:50:48 +0000 |
commit | 4b17e9a66d1fcdd09ed36713903cf7cf7bf0d37e (patch) | |
tree | b7feb7af12ec893b4c373ee427455bd391b272ab | |
parent | starship: screen socket name (diff) | |
download | dotfiles-4b17e9a66d1fcdd09ed36713903cf7cf7bf0d37e.tar.gz dotfiles-4b17e9a66d1fcdd09ed36713903cf7cf7bf0d37e.tar.bz2 dotfiles-4b17e9a66d1fcdd09ed36713903cf7cf7bf0d37e.zip |
better less colors on dark bg
-rw-r--r-- | .bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ alias cp="cp -i" 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 |