mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
zsh: add BAT_THEME=gruvbox-dark env var
This commit is contained in:
parent
2e19f7d476
commit
e1921affdc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user