summaryrefslogtreecommitdiff
path: root/.config/login.d/90_dot-runtime.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/login.d/90_dot-runtime.sh')
-rw-r--r--.config/login.d/90_dot-runtime.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/login.d/90_dot-runtime.sh b/.config/login.d/90_dot-runtime.sh
index 9536fb4..bf0ddcc 100644
--- a/.config/login.d/90_dot-runtime.sh
+++ b/.config/login.d/90_dot-runtime.sh
@@ -4,6 +4,4 @@
mkdir -p -- ~/.r
if [ -n "$XDG_RUNTIME_DIR" ]; then
ln -sfT -- "$XDG_RUNTIME_DIR" ~/.r/"$HOSTNAME"
-else
- ln -sfT -- /tmp ~/.r/"$HOSTNAME"
fi