First Commit
diff --git a/lib/grep.bash b/lib/grep.bash
new file mode 100644
index 0000000..5cb6983
--- /dev/null
+++ b/lib/grep.bash
@@ -0,0 +1,2 @@
+export GREP_OPTIONS='--color=auto'
+export GREP_COLOR='1;32'
\ No newline at end of file