From de20f62d34e7d35213cc7e8fb864ab374766e4ea Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 27 Mar 2026 09:54:23 +0100 Subject: bash: Strip down the profile --- .bash_profile | 9 --------- 1 file changed, 9 deletions(-) (limited to '.bash_profile') 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 -- cgit v1.2.3