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 70fff04..9523b76 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,7 +1,7 @@
#!/bin/bash
# source exports
-export BASH_PROFILE=loaded && . "$HOME/.bash_profile";
+export BASH_PROFILE=1 && . "$HOME/.bash_profile";
# bail if not interactive
echo $- | grep -q "i" || return;