summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-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"