profile.linux: Source bashrc properly
This commit is contained in:
parent
85e22af1f6
commit
c5cd631345
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue