No setear XDG_RUNTIME_DIR en .profile

Ahora manejado por un script en /etc/profile.d
This commit is contained in:
Cat /dev/Nulo 2021-12-16 00:09:24 -03:00
parent 90b8c818b0
commit 7be2918ead

View file

@ -6,14 +6,6 @@ ulimit -c unlimited
export MESA_LOADER_DRIVER_OVERRIDE=crocus 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/.local/bin:$PATH"
export PATH="$HOME/go/bin:$PATH" export PATH="$HOME/go/bin:$PATH"
# export PATH="$HOME/.local/share/theme.sh:$PATH" # export PATH="$HOME/.local/share/theme.sh:$PATH"