diff options
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 71d1582..bcbf1bb 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,4 @@ +[ -f ~/.config/setup-env ] && source ~/.config/setup-env [ -z "$XDG_RUNTIME_DIR" ] && export XDG_RUNTIME_DIR="/run/user/$UID" if [ ! -d "$XDG_RUNTIME_DIR" ] |