aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 5a7ab73..9b53515 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,7 +1,7 @@
#!/bin/bash
# source exports
-[ -z "$DISPLAY" ] || . "$HOME/.bash_profile"
+export BASH_PROFILE=loaded && . "$HOME/.bash_profile";
# bail if not interactive
[[ $- != *i* ]] && return;