diff options
| author | iceyrazor <iceyfoxservers@gmail.com> | 2025-04-21 17:53:46 -0500 |
|---|---|---|
| committer | iceyrazor <iceyfoxservers@gmail.com> | 2025-04-21 17:53:46 -0500 |
| commit | 77b34ce3eb22d5d57cf90e9d56c09c6c0d531f1a (patch) | |
| tree | 7cdfe0db08256372e07f2c3b1688b0c49be94fea /.bash_profile | |
| parent | 34ed301bedc854db6c63dc2379d3cf29db92898f (diff) | |
:3
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 |
