Update appearance.bash

gnu grep v2.21 depracates GREP_OPTIONS use.
pull/372/head
Sergio Pieiga 2014-11-25 16:41:18 -05:00
parent 6221ba8016
commit f5c625969c
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
#!/usr/bin/env bash
# colored grep
export GREP_OPTIONS='--color=auto'
export GREP_COLOR='1;33'
# colored ls
export LSCOLORS='Gxfxcxdxdxegedabagacad'