No setear XDG_RUNTIME_DIR en .profile
Ahora manejado por un script en /etc/profile.d
This commit is contained in:
parent
90b8c818b0
commit
7be2918ead
1 changed files with 0 additions and 8 deletions
8
.profile
8
.profile
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue