profile.linux: MOAR Bashisms

This commit is contained in:
Andrea Rogers 2024-09-28 11:47:56 -05:00
commit 4403824260

View file

@ -1 +1 @@
[ -z "$XDG_RUNTIME_DIR" ] && export XDG_RUNTIME_DIR=/tmp/runtime-`id -u`
export XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR:-/tmp/runtime-`id -u`}