mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] make the diff alias even more concrete
This commit is contained in:
parent
f7ecdeac7b
commit
3e499704a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue