[zsh] make the diff alias even more concrete

This commit is contained in:
Dmytro Meleshko 2021-01-05 20:41:33 +02:00
parent f7ecdeac7b
commit 3e499704a0
1 changed files with 1 additions and 1 deletions

View File

@ -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