aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 61adf09..e2dad64 100644
--- a/.zshrc
+++ b/.zshrc
@@ -135,7 +135,7 @@ if [[ `uname` = "Linux" ]]; then
alias chown="chown -v"
alias chmod="chmod -v"
- alias grep="grep --colour=always" # Colour grep too.
+ alias grep="grep --colour=auto" # Colour grep too.
fi
alias ls="SUBSTS_LS --classify --color=always" # Add all colours and
# have fancy symbols for files, etc.