summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2022-01-11 13:32:29 +0000
committerGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2022-01-11 13:32:29 +0000
commit114b439441b7f28befe94b7ce803e9a5f74b8f8a (patch)
tree14611289dce6dac8b6291280d243fee06955603d
parentnicer rxvt fading (diff)
downloaddotfiles-114b439441b7f28befe94b7ce803e9a5f74b8f8a.tar.gz
dotfiles-114b439441b7f28befe94b7ce803e9a5f74b8f8a.tar.bz2
dotfiles-114b439441b7f28befe94b7ce803e9a5f74b8f8a.zip
more emacs-server fixes
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
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"