chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dot/bashrc: Fix gratuitously broken zgrep alias.
[profile]
/
dot
/
bashrc
diff --git
a/dot/bashrc
b/dot/bashrc
index 7f001414c84b17ef865c500c0854b0a9c3cd60cf..e8bf6a477e4a9b251520cffb508fa611e374a7a0 100644
(file)
--- a/
dot/bashrc
+++ b/
dot/bashrc
@@
-127,7
+127,7
@@
greplike () {
alias grep="greplike grep"
alias egrep="greplike egrep"
alias fgrep="greplike fgrep"
-alias zgrep="greplike
f
grep"
+alias zgrep="greplike
z
grep"
# --- Set up some simple aliases ---