]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell/env: export MTR_OPTIONS
authorSimon Ruderich <simon@ruderich.org>
Sat, 2 Jul 2016 09:54:52 +0000 (11:54 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 2 Jul 2016 09:54:52 +0000 (11:54 +0200)
shell/env

index fa7e6da69fb5fd5ce2dc1eafc2cbc87423445bcf..f3e42937f3adf700f08fdf82f206652e8b65cc42 100644 (file)
--- 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