diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index f3df553..5aa9019 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -55,6 +55,7 @@ export LC_ALL=en_US.UTF-8 export LESS='-xRF-j12' # -j12: displays 12 lines before search results with / and ? if [[ "$(command -v bat)" ]]; then alias cat=bat + export BAT_THEME="gruvbox-dark" export BAT_PAGER="less $LESS" export PAGER=bat fi