From faa081d01964fef6fed8b7375fa313825a3977f8 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sat, 1 Mar 2025 05:17:07 +0100 Subject: [PATCH] profile: set default bat theme --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index a469f51..e86fc46 100644 --- a/.profile +++ b/.profile @@ -40,6 +40,7 @@ export SUDO_ASKPASS="${HOME}/.local/bin/tools/pw_menu" export TMUX_TMPDIR="${XDG_CACHE_HOME}/tmux" export WGETRC="${XDG_CONFIG_HOME}/wgetrc" export ZDOTDIR="${XDG_CONFIG_HOME}/zsh" +export BAT_THEME="Visual Studio Dark+" export CUDA_DIR="/opt/cuda" export CUDA_PATH="/opt/cuda"