# HG changeset patch # User Oleksandr Gavenko # Date 1504078668 -10800 # Node ID e400725dd13d8d72eb2d0e16941cf8aef9b34f40 # Parent 7001332f188e5253c0082bd4c4bba83fffc2e298 It's impossible to disable -n so it's better to remove it. diff -r 7001332f188e -r e400725dd13d .bashrc --- 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