bat: use plain style by default

This commit is contained in:
Charles Gould 2020-08-03 23:41:00 -04:00
parent 3fdf7e6ee4
commit f6a1684ea6

View File

@ -1,4 +1,5 @@
# Environment variables # Environment variables
set -gx BAT_STYLE plain
set -gx EDITOR nvim set -gx EDITOR nvim
set -gx LANG en_US.UTF-8 set -gx LANG en_US.UTF-8
set -gx SBT_OPTS '-Dsbt.supershell=false' set -gx SBT_OPTS '-Dsbt.supershell=false'