From e1921affdcfc8f72192c2a550177b5316895458b Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 8 Apr 2021 18:50:37 +0200 Subject: [PATCH] zsh: add BAT_THEME=gruvbox-dark env var --- brethil_dotfile.sh | 1 + 1 file changed, 1 insertion(+) 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