From 891f247ebc4e6916fe775f68e8033e808e8fb128 Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Sat, 12 Apr 2025 21:24:46 -0700
Subject: [PATCH] Fix whitespace

---
 bashrc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bashrc b/bashrc
index 6a0df17..61c3a33 100644
--- a/bashrc
+++ b/bashrc
@@ -40,12 +40,12 @@ force_color_prompt=yes
 
 if [ -n "$force_color_prompt" ]; then
     if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
-    # We have color support; assume it's compliant with Ecma-48
-    # (ISO/IEC-6429). (Lack of such support is extremely rare, and such
-    # a case would tend to support setf rather than setaf.)
-    color_prompt=yes
+        # We have color support; assume it's compliant with Ecma-48
+        # (ISO/IEC-6429). (Lack of such support is extremely rare, and such
+        # a case would tend to support setf rather than setaf.)
+        color_prompt=yes
     else
-    color_prompt=
+        color_prompt=
     fi
 fi
 
-- 
GitLab