blob: d06568f333970b46093f91c335c6b0b93e5004b2 (
plain)
1
2
3
4
|
# This is really only needed for ssh ControlPath; as I don't have a
# way to communicate XDG_RUNTIME_DIR to it otherwise.
mkdir -p -- ~/.runtime
ln -sfT -- "$XDG_RUNTIME_DIR" ~/.runtime/"$HOSTNAME"
|