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"