From 7ff2495a7e00eb04cecd3b5144313bd637a6a84a Mon Sep 17 00:00:00 2001 From: pvincent Date: Sat, 9 Nov 2019 23:17:32 +0400 Subject: [PATCH] fix egrep options --- bash.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash.bashrc b/bash.bashrc index 56ad7e6..5ae9968 100644 --- a/bash.bashrc +++ b/bash.bashrc @@ -154,7 +154,7 @@ alias ..=cd.. alias grep='grep $COLOR_OPTIONS' alias fgrep='fgrep $COLOR_OPTIONS' -alias egrep='egrep -$COLOR_OPTIONS' +alias egrep='egrep $COLOR_OPTIONS' # Alias definitions. # You may want to put all your additions into a separate file like