From d1f3061006ccefea6837c5d8da5ce5df7f404ae4 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 18 Jun 2026 11:38:51 +0900 Subject: modified zsh/scripts.zsh --- ar/.config/zsh/scripts.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.config') diff --git a/ar/.config/zsh/scripts.zsh b/ar/.config/zsh/scripts.zsh index c97a2d9..340452b 100644 --- a/ar/.config/zsh/scripts.zsh +++ b/ar/.config/zsh/scripts.zsh @@ -371,7 +371,7 @@ function fetch_git_repos_status() { fi # Get Git branch and status using __git_ps1 - GIT_STATUS=$(__git_ps1 "%s") + GIT_STATUS=$(__git_ps1 "%s" 2>/dev/null) # Colorize the Git status COLORED_GIT_STATUS=$(colorize_git_status "$GIT_STATUS") -- cgit v1.2.3