From b451626950cd3ebc3314872f6b0527589e94aa64 Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 3 Jul 2025 10:02:47 +0200 Subject: [PATCH] include xprofile --- .xprofile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .xprofile diff --git a/.xprofile b/.xprofile new file mode 100644 index 0000000..68446d1 --- /dev/null +++ b/.xprofile @@ -0,0 +1,4 @@ +#!/bin/bash +# shellcheck disable=1091 + +[[ -f $HOME/.bash_profile ]] && source "$HOME/.bash_profile"