Browse Source

Remove confusing --binary-files=without-match

Many files may look like text file but be actually considerd binary by
git.  In suich case this setting can be extremely confusing.
Alois Mahdal 6 years ago
parent
commit
b722f5d3dd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc View File

@@ -364,7 +364,7 @@ alias open='gnome-open'
364 364
 alias diff='colordiff -u'
365 365
 alias dmesg='dmesg --time-format iso'
366 366
 alias pad4='sed -e "/./s/^/    /"'
367
-alias grep='grep --color --binary-files=without-match'
367
+alias grep='grep --color'
368 368
 alias sc='se --direction=encz.cz'
369 369
 alias taskm='task modify'
370 370
 alias tasks='task rc.context:none'