From c5cd631345f9d8a4519b93f641a858ae7b76a4ff Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Tue, 4 Mar 2025 16:59:20 -0600 Subject: [PATCH] profile.linux: Source bashrc properly --- .profile.linux | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile.linux b/.profile.linux index 43274e3..7bdd557 100644 --- a/.profile.linux +++ b/.profile.linux @@ -1,5 +1,7 @@ #!/usr/bin/env bash +shopt -q login_shell && . $HOME/.bashrc + # Make compositor behave on Alpine if [ -z "$XDG_RUNTIME_DIR" ]; then export XDG_RUNTIME_DIR=/tmp/runtime-$UID