stuff and things

This commit is contained in:
2025-05-24 21:15:23 -05:00
parent 1be4f161e3
commit 90248ad822
14 changed files with 41 additions and 31 deletions

17
env/.bash_profile vendored Normal file
View File

@@ -0,0 +1,17 @@
#
# ~/.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