.bashrc
changeset 884 e400725dd13d
parent 860 ddc40e485d91
child 888 ec96d18f51b0
--- a/.bashrc	Mon Aug 28 20:47:24 2017 +0300
+++ b/.bashrc	Wed Aug 30 10:37:48 2017 +0300
@@ -142,7 +142,7 @@
 complete -F _mypath mypath
 
 # LANG=C for speed.
-alias grep='GREP_COLOR="31;47" LANG=C grep -n --color=auto'
+alias grep='GREP_COLOR="31;47" LANG=C grep --color=auto'
 case $OSTYPE in
   linux*|cygwin) alias ls='ls --color=auto' ;;
 esac