[NEW] profile.linux: Define XDG_RUNTIME_DIR if undef

This commit is contained in:
Andrea Rogers 2024-07-25 05:46:34 -05:00
commit 305ebc231a
2 changed files with 11 additions and 3 deletions

1
.profile.linux Normal file
View file

@ -0,0 +1 @@
[ -z "$XDG_RUNTIME_DIR" ] && export XDG_RUNTIME_DIR=/tmp/runtime-`id -u`