From 114b439441b7f28befe94b7ce803e9a5f74b8f8a Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Tue, 11 Jan 2022 13:32:29 +0000 Subject: more emacs-server fixes --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 47f9da3..41d0fa4 100644 --- a/.bashrc +++ b/.bashrc @@ -14,6 +14,7 @@ if [[ $- != *i* ]] ; then return fi +export XDG_RUNTIME_DIR="/run/user/$(id -u)" export LC_ALL=en_US.UTF-8 alias clr="echo -ne '\033c'" alias mv="mv -i" -- cgit v1.2.3