Quellcode durchsuchen

Use colordiff (everywhere)

This used to be re-set in host-specific bashrc, but we already rely on
so many things installed anyway...
Alois Mahdal vor 8 Jahren
Ursprung
Commit
31e0af6b66
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc Datei anzeigen

@@ -161,7 +161,7 @@ alias cls='clear'
161 161
 alias ll='ls -lh'
162 162
 alias lla='ls -lha'
163 163
 alias open='gnome-open'
164
-alias diff='diff -u'
164
+alias diff='colordiff -u'
165 165
 alias dmesg='dmesg --time-format iso'
166 166
 alias pad4='sed -e "/./s/^/    /"'
167 167
 alias grep='grep --color --binary-files=without-match'