diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-18 11:38:51 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-18 11:38:51 +0900 |
| commit | d1f3061006ccefea6837c5d8da5ce5df7f404ae4 (patch) | |
| tree | c99daf105b699e29d1038ff175c26dd74a8bf3cf /ar/.config | |
| parent | 381561a1d511ff3df0bb01cae4b3671a327ec025 (diff) | |
modified zsh/scripts.zsh
Diffstat (limited to 'ar/.config')
| -rw-r--r-- | ar/.config/zsh/scripts.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
