summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-27 09:54:23 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-27 09:54:23 +0100
commitde20f62d34e7d35213cc7e8fb864ab374766e4ea (patch)
treef3fcda935e403e8d077f2329ae185868d7effea0 /.bash_profile
parent24717466993264d2a564aa79650a103f81322cb1 (diff)
bash: Strip down the profile
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile9
1 files changed, 0 insertions, 9 deletions
diff --git a/.bash_profile b/.bash_profile
index bcbf1bb..3bc8129 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,11 +1,2 @@
[ -f ~/.config/setup-env ] && source ~/.config/setup-env
-[ -z "$XDG_RUNTIME_DIR" ] && export XDG_RUNTIME_DIR="/run/user/$UID"
-
-if [ ! -d "$XDG_RUNTIME_DIR" ]
-then
- mkdir "$XDG_RUNTIME_DIR"
- chmod 0700 "$XDG_RUNTIME_DIR"
-fi
-
-readonly tty="$(tty)"
[ -f ~/.bashrc ] && source ~/.bashrc