diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-27 09:54:23 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-27 09:54:23 +0100 |
| commit | de20f62d34e7d35213cc7e8fb864ab374766e4ea (patch) | |
| tree | f3fcda935e403e8d077f2329ae185868d7effea0 | |
| parent | 24717466993264d2a564aa79650a103f81322cb1 (diff) | |
bash: Strip down the profile
| -rw-r--r-- | .bash_profile | 9 |
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 |