From 9e49f09a0ab88472472a9b4b86b35ee92f68f4bb Mon Sep 17 00:00:00 2001 From: USER Date: Tue, 10 Oct 2023 21:35:12 +0100 Subject: [PATCH] . --- shared/bashrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shared/bashrc b/shared/bashrc index 3301e86..dec34cf 100644 --- a/shared/bashrc +++ b/shared/bashrc @@ -3,10 +3,10 @@ export BASH_ENV=~/.bashrc echo "shared" -if [[ $- != *i* ]] ; then - # Shell is non-interactive. Be done now! - return -fi +# if [[ $- != *i* ]] ; then +# # Shell is non-interactive. Be done now! +# return +# fi THISOS=$(uname | awk '{print tolower($1)}') THISHOST=$(uname -n)