From 24fb47347c251235e1125621d6e90f1e54f78dfb Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 29 Oct 2014 16:39:34 -0700 Subject: [PATCH] .bashrc.d/00environment: Disable update-notifier checks I don't care if my local Yeoman, Bower, ..., is out of date (certainly not enough for a network ping on each invocation). I'll update my tools periodically on my own. From [1]: Users can also opt-out by setting the environment variable NO_UPDATE_NOTIFIER with any value. [1]: https://github.com/yeoman/update-notifier --- src/.bashrc.d/00environment | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.bashrc.d/00environment b/src/.bashrc.d/00environment index dc74bdb..4acd335 100644 --- a/src/.bashrc.d/00environment +++ b/src/.bashrc.d/00environment @@ -11,3 +11,4 @@ export LESS="-R -M -Q --shift 5" export MONKEYSPHERE_CHECK_KEYSERVER=false export SANE_DEFAULT_DEVICE='epkowa:interpreter:001:003' +export NO_UPDATE_NOTIFIER=1 -- 2.26.2