Update bat config

This commit is contained in:
2025-06-18 11:53:02 +01:00
parent aa0a21580b
commit 780a1f56c5
3 changed files with 801 additions and 1 deletions
-1
View File
@@ -55,7 +55,6 @@ $env.GIT_EDITOR = "nvim"
$env.PIPENV_VERBOSITY = -1
$env.MAKEFLAGS = $"-j((nproc | into int) + 1)"
$env.JULIA_NUM_THREADS = $"(nproc)"
$env.BAT_THEME = "tokyonight_night"
$env.YAOURT_COLORS = "nb=1:pkg=1:ver=1;32:lver=1;45:installed=1;42:grp=1;34:od=1;41;5:votes=1;44:dsc=0:other=1;35"
$env.XDG_CONFIG_HOME = $"($env.HOME)/.config"
if $nu.os-info.name != "windows" {