From 77b34ce3eb22d5d57cf90e9d56c09c6c0d531f1a Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Mon, 21 Apr 2025 17:53:46 -0500 Subject: :3 --- .bash_profile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .bash_profile (limited to '.bash_profile') 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 -- cgit v1.3