diff options
author | dakkar <dakkar@thenautilus.net> | 2024-01-19 10:46:37 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2024-01-19 10:51:31 +0000 |
commit | 6d2e2036be829fe3d0dcbb426b14596dbb333c08 (patch) | |
tree | e63a698fecc637de4a60495e51d1004077863209 | |
parent | starship prettier up/down git arrows (diff) | |
download | dotfiles-6d2e2036be829fe3d0dcbb426b14596dbb333c08.tar.gz dotfiles-6d2e2036be829fe3d0dcbb426b14596dbb333c08.tar.bz2 dotfiles-6d2e2036be829fe3d0dcbb426b14596dbb333c08.zip |
better less colors on dark bg
-rw-r--r-- | .bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,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 |