update bat defaults
This commit is contained in:
parent
7c4b93c066
commit
ff5fb4292d
1 changed files with 5 additions and 1 deletions
|
@ -56,7 +56,11 @@ if is-executable fnm; then
|
||||||
eval "$(fnm env)"
|
eval "$(fnm env)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# enhancd
|
if is-executable bat; then
|
||||||
|
export BAT_THEME=Dracula
|
||||||
|
export BAT_STYLE=header,numbers,grid
|
||||||
|
fi
|
||||||
|
|
||||||
export ENHANCD_DOT_ARG="up"
|
export ENHANCD_DOT_ARG="up"
|
||||||
|
|
||||||
export STARSHIP_CONFIG=~/.config/starship/config.toml
|
export STARSHIP_CONFIG=~/.config/starship/config.toml
|
||||||
|
|
Loading…
Reference in a new issue