summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bash/.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 9b7177e..3422362 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -1,3 +1,6 @@
+if [[ $- != *i* ]]; then
+ return
+fi
for file in ~/.config/sh/rc.d/*; do
# shellcheck disable=SC1090
source "$file"