From 3e499704a0e841f5eb5f5f294fd964aac1649dc5 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Tue, 5 Jan 2021 20:41:33 +0200 Subject: [PATCH] [zsh] make the diff alias even more concrete --- zsh/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index f3c400e..c5227a4 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -14,7 +14,7 @@ alias history='fc -i -l 1' alias cdd='dirs -v' alias grep='grep --color=auto' -alias diff='diff --color=auto' +alias diff='diff --color=auto --unified' # exa is a modern replacement for ls - https://the.exa.website/ if command_exists exa; then