From 2168713e47ccb5500c15aee5a0eb546f1c630cbf Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Thu, 26 Nov 2015 22:31:26 -0800
Subject: [PATCH] Fixing the color() function

---
 bash_aliases | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash_aliases b/bash_aliases
index 008b7db..6576f9c 100644
--- a/bash_aliases
+++ b/bash_aliases
@@ -90,5 +90,5 @@ function color {
 			echo;
 		done;
     done;
-    echo "";
+    echo -e "\e[0m";
 }
-- 
GitLab