Matthew Rothenberg dc30e9f64d
speedup bash completion loading suggestion in docs
The current suggestion for users shells out to `brew --prefix` three separate times, which has a non-zero overhead (as per quick benchmark below, approx 20ms per invocation). By making a minor change, the first invocation can be stored in a local variable to reduce shell startup time.

```
$ hyperfine --warmup=3 'brew --prefix'       
Benchmark #1: brew --prefix
  Time (mean ± σ):      21.3 ms ±   1.5 ms    [User: 8.8 ms, System: 10.6 ms]
  Range (min … max):    20.3 ms …  37.0 ms    128 runs
```
2019-05-07 12:36:02 -04:00
..
2018-10-05 17:23:22 -04:00
2018-10-05 17:23:22 -04:00
2019-03-23 13:14:31 +00:00
2019-01-08 19:13:46 +00:00
2017-01-04 10:53:21 +00:00
2019-04-01 15:53:39 -05:00
2019-01-23 21:57:40 +00:00
2018-10-04 15:37:01 +01:00
2018-10-03 21:21:05 +00:00
2018-10-04 15:37:01 +01:00
2019-03-03 15:38:28 +11:00
2017-07-02 15:09:26 +01:00
2018-10-05 17:23:22 -04:00
2019-01-08 19:13:46 +00:00
2018-10-05 17:23:22 -04:00
2018-10-05 17:23:22 -04:00