dotfiles

commit b7a4e82f21936c66dd55b55143276bb91bee1a6d

Author: Honza Pokorny <me@honza.ca>

Remove grep options from bashrc

 bashrc | 4 ----


diff --git a/bashrc b/bashrc
index 0b909684f5e7e2267f02700abcc5a2c739dd8b36..d35b734688545bc98fbd83ecb1d7bce6b0da69bb 100644
--- a/bashrc
+++ b/bashrc
@@ -137,10 +137,6 @@
 # Stop telling me I have new mail
 unset MAILCHECK
 
-# export SHELL=/usr/local/bin/bash
-export GREP_OPTIONS='--color=auto'
-
-
 # These exports are necessary for compiling and running sway
 export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
 export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:$PKG_CONFIG_PATH