From: Simon Ruderich Date: Wed, 18 Jul 2018 11:01:43 +0000 (+0200) Subject: shell: aliases: add ip alias to default to shorter output X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=sidebyside;h=d2a8cb58415a3a7ddd5a8d65a8d27ec302481b30;hp=eeb98a38df65b59ebb5a235f541f30cd3f9c0c0b;p=config%2Fdotfiles.git shell: aliases: add ip alias to default to shorter output --- diff --git a/shell/shell/aliases.in b/shell/shell/aliases.in index 69270cc..64985dc 100644 --- a/shell/shell/aliases.in +++ b/shell/shell/aliases.in @@ -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