aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authoriceyrazor <iceyfoxservers@gmail.com>2025-04-21 17:53:46 -0500
committericeyrazor <iceyfoxservers@gmail.com>2025-04-21 17:53:46 -0500
commit77b34ce3eb22d5d57cf90e9d56c09c6c0d531f1a (patch)
tree7cdfe0db08256372e07f2c3b1688b0c49be94fea /.bash_profile
parent34ed301bedc854db6c63dc2379d3cf29db92898f (diff)
:3
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile17
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