Skip to content
Snippets Groups Projects
Commit 3e8cdad0 authored by nimrod's avatar nimrod
Browse files

Alias diff to use colored output.

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