Alois Mahdal пре 12 година
родитељ
комит
0716da4276
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      dotfiles/bash/global-before.bashrc

+ 1
- 1
dotfiles/bash/global-before.bashrc Прегледај датотеку

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