.bashrc.d/00environment: Disable update-notifier checks
authorW. Trevor King <wking@tremily.us>
Wed, 29 Oct 2014 23:39:34 +0000 (16:39 -0700)
committerW. Trevor King <wking@tremily.us>
Wed, 29 Oct 2014 23:39:34 +0000 (16:39 -0700)
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

index dc74bdbb17047983b4279038ee99cd5064cde85f..4acd335f47f7fab3fda51d3e5f8deafc7237fed7 100644 (file)
@@ -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