summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index c225623..fa88f17 100644
--- a/etc/rc
+++ b/etc/rc
@@ -261,6 +261,8 @@ linux: {
alias egrep='grep -E --color=auto'
alias fgrep='grep -F --color=auto'
alias grep='grep --color=auto'
+ alias bzgrep='bzgrep --color=auto'
+ alias zgrep='zgrep --color=auto'
}