From: Simon Ruderich Date: Sat, 2 Jul 2016 09:54:52 +0000 (+0200) Subject: shell/env: export MTR_OPTIONS X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=16722ec6ecc626b89b4a8f09477feabad4bc3b00 shell/env: export MTR_OPTIONS --- 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