Merge pull request #373 from nummy/patch-2

grep v2.21 compatibility, closes #371
pull/180/merge
Nils Winkler 2014-11-27 14:50:28 +01:00
commit 86eba5c436
1 changed files with 1 additions and 1 deletions

View File

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