From b152a0ac058e108e1342e4b8b356d4d9e8044680 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 22 Dec 2022 20:17:15 +0100 Subject: [PATCH] Added XDG_RUNTIME_DIR to ~/.zshrc. --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 3381d8bf..dd689438 100644 --- a/.zshrc +++ b/.zshrc @@ -37,6 +37,8 @@ export TERMINAL='/usr/bin/uxterm -bg black -fg grey -sb -leftbar -si -bc -cr ora # suck in awesome. PyCharm works perfect, Arduino does not! export _JAVA_AWT_WM_NONREPARENTING=1 +export XDG_RUNTIME_DIR=/run/user/1000 + # Path to your oh-my-zsh installation. export ZSH=~/.zsh/oh-my-zsh