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/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=d2a8cb58415a3a7ddd5a8d65a8d27ec302481b30 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