From b811d7b41ad9f5986ccd6887a14db7ef011a1659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Fri, 11 Sep 2020 08:58:33 +0200 Subject: [PATCH] set MYSHELLCONFIG_DEBUG default if not set --- bashrc_add | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc_add b/bashrc_add index 80e94ed..ee28454 100755 --- a/bashrc_add +++ b/bashrc_add @@ -3,6 +3,7 @@ # set SSHS to false, if not set if [ -z ${SSHS+x} ]; then SSHS=false;fi +if [ -z ${MYSHELLCONFIG_DEBUG+x} ]; then MYSHELLCONFIG_DEBUG=false;fi # check if we are a interactive shell # https://guide.bash.academy/expansions/