ksh: unset XDG_RUNTIME_DIR

This commit is contained in:
Jeremy Baxter 2024-05-27 10:28:21 +12:00
parent 1b26366d64
commit 8a74c97495

3
.kshrc
View file

@ -19,6 +19,3 @@ upload () {
} }
set -o emacs set -o emacs
export XDG_RUNTIME_DIR=/tmp/rt/"$(id -u)"
mkdir -p "$XDG_RUNTIME_DIR"