profile.linux: Source bashrc properly

This commit is contained in:
Andrea Rogers 2025-03-04 16:59:20 -06:00
commit c5cd631345
No known key found for this signature in database
GPG key ID: A10C546B7B2DFD68

View file

@ -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