X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fshell%2Faliases.in;h=64985dc9c472099abaf88a06ebf458e90556d07c;hb=4b330f390e94e31f406cfaaad8e3397ebc3f89de;hp=69270ccfc261dd4704bda7a20153ff08f6941935;hpb=00b4c91969f0ee1fd7ea4e87a0b0e1ab9407c87c;p=config%2Fdotfiles.git 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