X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fenv;h=f3e42937f3adf700f08fdf82f206652e8b65cc42;hb=8e71f6b905ec7ef2105d59a949d784a64ce9a574;hp=fa7e6da69fb5fd5ce2dc1eafc2cbc87423445bcf;hpb=7bf027eac5d1db120307350f2db48cd73329b2f7;p=config%2Fdotfiles.git diff --git a/shell/env b/shell/env index fa7e6da..f3e4293 100644 --- a/shell/env +++ b/shell/env @@ -135,4 +135,8 @@ if test -x /usr/bin/lesspipe; then export LESSOPEN LESSCLOSE fi +# Additional command line options for `mtr`. +MTR_OPTIONS='--show-ips' +export MTR_OPTIONS + # vim: ft=sh