From 7be2918eadd5cca7a0a3209e9c6b9fa3d624802b Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 16 Dec 2021 00:09:24 -0300 Subject: [PATCH] No setear XDG_RUNTIME_DIR en .profile Ahora manejado por un script en /etc/profile.d --- .profile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.profile b/.profile index 9df3899..4da3baa 100644 --- a/.profile +++ b/.profile @@ -6,14 +6,6 @@ ulimit -c unlimited export MESA_LOADER_DRIVER_OVERRIDE=crocus -if test -z "${XDG_RUNTIME_DIR}"; then - export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir - if ! test -d "${XDG_RUNTIME_DIR}"; then - mkdir "${XDG_RUNTIME_DIR}" - chmod 0700 "${XDG_RUNTIME_DIR}" - fi -fi - export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/go/bin:$PATH" # export PATH="$HOME/.local/share/theme.sh:$PATH"