Set a theme for bat
This commit is contained in:
parent
73d172125f
commit
1603e84652
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ if type vivid &>/dev/null; then
|
|||
export LS_COLORS="$(vivid generate ayu)"
|
||||
fi
|
||||
|
||||
# Set colour scheme got bat
|
||||
export BAT_THEME='OneHalfDark'
|
||||
|
||||
# Source my own functions
|
||||
test -e $HOME/.zsh/functions.zsh && source $HOME/.zsh/functions.zsh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue