From 9e850bd3591dc9eeaccda4e08f52809b09bfb134 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Apr 2024 12:03:21 -0400 Subject: still need the interactivity check in bashrc --- bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3