From 409afffd749007c547b733d9b0371277658e584b Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 8 Dec 2025 14:26:27 +0000 Subject: [PATCH] bash: on sec1, show DISPLAY on login --- bashrc.d/local/stbbri-sec-1.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc.d/local/stbbri-sec-1.bash b/bashrc.d/local/stbbri-sec-1.bash index 80b7fa0..5b97397 100644 --- a/bashrc.d/local/stbbri-sec-1.bash +++ b/bashrc.d/local/stbbri-sec-1.bash @@ -75,3 +75,5 @@ export EDITOR="vim -X" export BORG_PASSCOMMAND='pass show borg_sec1_to_sec2' export UV_CACHE_DIR="/local/scratch/$USER/.cache/" + +echo "DISPLAY: $DISPLAY"