From 63dc963b0044dcbd8757ede21a1355249ba6a40a Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Thu, 8 Jul 2021 17:15:51 +0000 Subject: [PATCH] fix: remove colourised aliases for grep/diff --- source/aliases.zsh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/aliases.zsh b/source/aliases.zsh index 3c43173..5904714 100644 --- a/source/aliases.zsh +++ b/source/aliases.zsh @@ -1,7 +1,9 @@ -# common aliases -alias grep='grep --color=auto' -alias diff='diff --color=auto' -alias history='fc -il 1' # redirect history to STDOUT with correct timestamps +# +# aliases +# + +# redirect history to STDOUT with correct timestamps +alias history='fc -il 1' # safe(r) interactive commands alias rm='rm -i'