]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/shell/aliases.in
shell: aliases: enable colors for `ip`
[config/dotfiles.git] / shell / shell / aliases.in
index 3d339c276677595f95b3ca0f05e30f6e655f8b8a..c78823d3b25b8bdf1dbe2f9913cea48237b63150 100644 (file)
@@ -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