diff options
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.bash_profile b/.bash_profile deleted file mode 100644 index 159897b..0000000 --- a/.bash_profile +++ /dev/null @@ -1,17 +0,0 @@ -# -# ~/.bash_profile -# - -[[ -f ~/.bashrc ]] && . ~/.bashrc - -#!/bin/bash -if test -z "${XDG_RUNTIME_DIR}"; then - export XDG_RUNTIME_DIR=/tmp/${UID}-runtime-dir - if ! test -d "${XDG_RUNTIME_DIR}"; then - mkdir "${XDG_RUNTIME_DIR}" - chmod 0700 "${XDG_RUNTIME_DIR}" - fi -fi - - -#export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0 |
