grep v2.21 compatibility

grep v2.21 depracates GREP_OPTIONS env var
pull/261/head
Sergio Pieiga 2014-11-27 08:29:45 -05:00 committed by Hector Rivas
parent cfab2898ad
commit df40462cf2
1 changed files with 1 additions and 1 deletions

View File

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