From 16722ec6ecc626b89b4a8f09477feabad4bc3b00 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 2 Jul 2016 11:54:52 +0200 Subject: [PATCH] shell/env: export MTR_OPTIONS --- shell/env | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.43.2