X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=shell%2Fenv;h=f3e42937f3adf700f08fdf82f206652e8b65cc42;hp=fa7e6da69fb5fd5ce2dc1eafc2cbc87423445bcf;hb=16722ec6ecc626b89b4a8f09477feabad4bc3b00;hpb=4dbbb218433fae75837e3f7daa7ba3313ae54533 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