From: W. Trevor King Date: Wed, 29 Oct 2014 23:39:34 +0000 (-0700) Subject: .bashrc.d/00environment: Disable update-notifier checks X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=24fb47347c251235e1125621d6e90f1e54f78dfb;p=dotfiles-public.git .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 --- 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