(bash) export bat theme env
This commit is contained in:
parent
99b69f2071
commit
5a50802210
1 changed files with 3 additions and 0 deletions
|
|
@ -267,3 +267,6 @@ command -v rustc > /dev/null 2>&1
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo -e "$WARNING rust is not installed"
|
echo -e "$WARNING rust is not installed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# set bat theme
|
||||||
|
export BAT_THEME="ansi"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue