diff options
author | dakkar <dakkar@thenautilus.net> | 2024-01-19 10:46:37 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2024-01-19 10:50:57 +0000 |
commit | 0462c8a3f4fd0525560edf61006908ce3abeeb62 (patch) | |
tree | 4178e0edc4270b25937af432c57c5990badfdeb4 | |
parent | starship: say black when you mean black (diff) | |
download | dotfiles-0462c8a3f4fd0525560edf61006908ce3abeeb62.tar.gz dotfiles-0462c8a3f4fd0525560edf61006908ce3abeeb62.tar.bz2 dotfiles-0462c8a3f4fd0525560edf61006908ce3abeeb62.zip |
better less colors on dark bg
-rw-r--r-- | .bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |