Przeglądaj źródła

get rid of number in grep alias

raylu 13 lat temu
rodzic
commit
f18a670fe2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      zshrc

+ 1 - 1
zshrc

@@ -72,7 +72,7 @@ alias ls='ls --color=auto -hv --group-directories-first'
 alias ll='ls -l'
 alias l.='ls -Ad .*'
 alias la='ls -A'
-alias grep='grep --color -nTs'
+alias grep='grep --color -s'
 alias df='df -hx tmpfs'
 alias du='du --max-depth=1'
 alias sr='screen -r'