From fe25a2a85b9b6b1818e4e4473db8e70fc87c4bb2 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Sun, 10 Apr 2016 11:10:59 +0200 Subject: [PATCH] what was I thinking --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 795e64f..3d80d85 100644 --- a/zshrc +++ b/zshrc @@ -37,9 +37,9 @@ setopt HIST_FIND_NO_DUPS export XDG_DATA_HOME="$HOME/.local/share" export XDG_CONFIG_HOME="$HOME/.config" export XDG_CACHE_HOME="$HOME/.cache" -export XDG_RUNTIME_DIR="/tmp/runtime-noctua" -mkdir -p "/tmp/runtime-noctua" -chmod 0700 /tmp/runtime-noctua +export XDG_RUNTIME_DIR="/tmp/runtime-$(whoami)" +mkdir -p "$XDG_RUNTIME_DIR" +chmod 0700 "$XDG_RUNTIME_DIR" # Color ls alias ls="ls --color=auto"