From eda63610ad71f6cd665877d7a69cb4fb334cb785 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 5 May 2026 15:24:44 -0700 Subject: [PATCH] Simplify verbiage and shorten the length. --- bashrc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc.sh b/bashrc.sh index c2898d4..26cc58b 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -364,8 +364,9 @@ eval "$(declare -F | grep -v _ | sed 's/-f /-fx /')" ( if [[ -d "$project" ]]; then git -C "$project" fetch >/dev/null 2>&1 && git -C "$project" status | grep "is behind" \ | while read status; do - log "\n\n`date` - Updates to env-termux are available via 'reload-termux'." + log "\n\n`date` - env-termux has has been improved." log " '$status'" + log "\n\n`date` - Run 'reload-termux' to update." done fi & )