[zsh] use a proper theme for sharkdp/bat

This commit is contained in:
Dmytro Meleshko 2021-06-03 19:07:08 +03:00
parent 2bf31fc1c0
commit 4c3f20a0ce

View file

@ -34,3 +34,6 @@ export HOMEBREW_NO_AUTO_UPDATE=1
# https://github.com/junegunn/fzf/blob/764316a53d0eb60b315f0bbcd513de58ed57a876/src/tui/tui.go#L496-L515
export FZF_DEFAULT_OPTS="--color=16 --height=40% --reverse"
# <https://github.com/sharkdp/bat#8-bit-themes>
export BAT_THEME="base16-256"