From 03cc6a51d504fdad6d1030a0618186c6a20ea684 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 3 Jun 2024 02:23:51 +0200 Subject: [PATCH] Just noticing how stupid that idea was --- startup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/startup.sh b/startup.sh index 4cdee45..6414458 100755 --- a/startup.sh +++ b/startup.sh @@ -1,10 +1,8 @@ #!/usr/bin/env bash # shellcheck disable=SC2154 -set -eo pipefail # Cancel execution of system-wide punktdateien-bashrc if user-wide installation is detected if [ -n "${BASHRCD_SYSTEM}" ] && [ -d "${HOME}/.bashrc.d" ] && [ -f "${HOME}/.bashrc.d/startup.sh" ]; then - set +eo pipefail unset BASHRCD_SYSTEM return 0 fi @@ -88,4 +86,3 @@ for file in startup.d/*; do done unset BASHRCD_SYSTEM -set +eo pipefail