elogind, second try.

This commit is contained in:
Bartek Stalewski 2023-10-20 14:34:48 +02:00
parent fba0142458
commit acfe289a23
3 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
if test -z "$XDG_RUNTIME_DIR"; then
export XDG_RUNTIME_DIR=$(mktemp -d /tmp/$(id -u)-runtime-dir.XXX)
fi
# prepare directories
mkdir -p $XDG_CACHE_HOME/zsh
mkdir -p $XDG_DATA_HOME/zsh