From d497fe5d785eca24efa5ebf437e9796e6c041801 Mon Sep 17 00:00:00 2001 From: USER Date: Sat, 24 Aug 2024 11:47:31 +0100 Subject: [PATCH] . --- shared/bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/bashrc b/shared/bashrc index f5f9e11..6192809 100644 --- a/shared/bashrc +++ b/shared/bashrc @@ -1,12 +1,12 @@ # Source .bashrc for non-interactive Bash shells -export BASH_ENV=~/.bashrc -echo "shared " - if [[ $- != *i* ]] ; then # Shell is non-interactive. Be done now! return fi +export BASH_ENV=~/.bashrc +echo "shared " + THISOS=$(uname | awk '{print tolower($1)}') THISHOST=$(uname -n)