From 53d2587756eebf391b6792b23080d56fee83381b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 6 May 2026 15:05:45 -0700 Subject: [PATCH] Add the fork back for updater. --- bashrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.sh b/bashrc.sh index d2fe180..29e1b72 100755 --- a/bashrc.sh +++ b/bashrc.sh @@ -377,7 +377,7 @@ eval "$(declare -F | grep -v _ | sed 's/-f /-fx /')" notify-send "$title" "$message" fi done -fi ) +fi & ) # Complete! PROG="$(basename -- "${BASH_SOURCE[0]}")"