X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=shell%2Fshell%2Faliases.in;fp=shell%2Fshell%2Faliases.in;h=c78823d3b25b8bdf1dbe2f9913cea48237b63150;hp=3d339c276677595f95b3ca0f05e30f6e655f8b8a;hb=c8a2d98498c5efde1d7c0c67ce8311cb90e29ce2;hpb=cbdb911f08be1f221a7b0173e83a82c359ace498 diff --git a/shell/shell/aliases.in b/shell/shell/aliases.in index 3d339c2..c78823d 100644 --- a/shell/shell/aliases.in +++ b/shell/shell/aliases.in @@ -139,6 +139,6 @@ if test "`id -u`" -eq 0; then fi # Use short `ip` output per default. -alias ip='ip -brief' +alias ip='ip -brief -color=auto' # vim: ft=sh