Skip to content
Snippets Groups Projects
Commit 4dd226c4 authored by nimrod's avatar nimrod
Browse files

Alias diff to use colored output.

parent 6e22aaf2
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ if [ -x /usr/bin/dircolors ]; then
eval "$(dircolors -b)"
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias diff='diff --color=auto'
fi
# shellcheck disable=SC2142
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment