From 3c42aab2e9c4d1517b643a7ac20774394a90a191 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 11 Dec 2014 14:04:59 +0100 Subject: zprofile: Replace GREP_OPTIONS with alias GREP_OPTIONS is deprecated. --- zsh/aliases.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh/aliases.zsh') diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 1cfd59f..54877e1 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -9,6 +9,8 @@ ls_options=('--almost-all' '--classify' '--color=auto' alias ls='\ls "${ls_options[@]}"' alias ll='\ls "${ls_options[@]}" -l' +alias grep='\grep --color' + alias mkdir='mkdir -vp' alias df='df -h' -- cgit v1.2.3-54-g00ecf