aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zprofile2
-rw-r--r--zsh/aliases.zsh2
2 files changed, 2 insertions, 2 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
index f84472f..b0c45dc 100644
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -26,8 +26,6 @@ export PAGER=less
export LESS=-R
export LESSHISTFILE="$XDG_CACHE_HOME"/lesshist
-export GREP_OPTIONS=--color=auto
-
export SDL_AUDIODRIVER=pulse
export GTK_IM_MODULE=xim
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'