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