Przeglądaj źródła

Fixed typo in grep alias

Alois Mahdal 12 lat temu
rodzic
commit
0716da4276
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      dotfiles/bash/global-before.bashrc

+ 1
- 1
dotfiles/bash/global-before.bashrc Wyświetl plik

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