From 7237184456b74f53046db4bbf8739467fba56e59 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 9 Jan 2026 17:40:55 -0700 Subject: [PATCH] Add a newline to Termux code-check. --- bashrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.sh b/bashrc.sh index 5278490..0a7e6f9 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -96,7 +96,7 @@ alias reseed-code="code-reseed" function check-code { cd ~/Code ls | while read project; do - echo "Checking $project..." + echo -e "\nChecking $project..." cd $project if [[ -d .git ]]; then git pull