diff options
| -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 |