]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/shell/aliases.in
shell: aliases: use unabbreviated "-brief" in `ip` alias
[config/dotfiles.git] / shell / shell / aliases.in
index 0076a5603912b19c0e3218114e6485dbe24b678f..3d339c276677595f95b3ca0f05e30f6e655f8b8a 100644 (file)
@@ -139,6 +139,6 @@ if test "`id -u`" -eq 0; then
 fi
 
 # Use short `ip` output per default.
-alias ip='ip -br'
+alias ip='ip -brief'
 
 # vim: ft=sh