summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 1c5106d..edf7b19 100644
--- a/zshrc
+++ b/zshrc
@@ -198,6 +198,8 @@ if [ "$SYSTEM" = "Linux" ] ; then
alias ls='ls --color=auto -F'
alias grep='grep --color'
+ alias Grep='grep --color'
+ alias grpe='grep --color'
fi
alias cp='cp -i'
alias mv='mv -i'