Browse Source

Fixed typo in grep alias

Alois Mahdal 12 years ago
parent
commit
0716da4276
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/bash/global-before.bashrc

+ 1
- 1
dotfiles/bash/global-before.bashrc View File

14
 
14
 
15
 # some more aliases
15
 # some more aliases
16
 alias ll='ls -lh'
16
 alias ll='ls -lh'
17
-alias grep='grep -color --binary-files=without-match'
17
+alias grep='grep --color --binary-files=without-match'
18
 alias open='gnome-open'
18
 alias open='gnome-open'
19
 alias diff='diff -u'
19
 alias diff='diff -u'
20
 
20