]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell: aliases: use unabbreviated "-brief" in `ip` alias
authorSimon Ruderich <simon@ruderich.org>
Wed, 3 Mar 2021 08:42:23 +0000 (09:42 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 3 Mar 2021 08:42:23 +0000 (09:42 +0100)
I prefer full option names in aliases. This makes the configuration
easier to understand and brevity is not relevant here.

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