]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/shell/aliases.in
shell: aliases: add ip alias to default to shorter output
[config/dotfiles.git] / shell / shell / aliases.in
index 69270ccfc261dd4704bda7a20153ff08f6941935..64985dc9c472099abaf88a06ebf458e90556d07c 100644 (file)
@@ -131,4 +131,7 @@ if test "`id -u`" -eq 0; then
     }
 fi
 
+# Use short `ip` output per default.
+alias ip='ip -br'
+
 # vim: ft=sh