fish-shell/share
Aaron Gyes 26e781ef5a Use BC_LINE_LENGTH=2 for bc.
It's not the case that macOS and old BC doesn't respect this environment
variable, just that they don't have special behavior when it's set to 0.
However, there is rather universal favorable behavior with a value of 2.

Output is of the form:
\
999999999999999999999999999999999...

with the second line being arbitrarily long. So just grab that line
instead of stitching with `string`.

This can yield a 25-30% speedup.
2016-12-29 03:47:37 -08:00
..
completions Adding subcommand completions for launchctl 2016-12-28 18:39:25 +01:00
functions Use BC_LINE_LENGTH=2 for bc. 2016-12-29 03:47:37 -08:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools Prevent error in acidhub prompt by quoting the regex 2016-12-16 10:43:40 -08:00
__fish_build_paths.fish.in Rename "snippets" to "conf" internally, and document them as snippets 2016-04-06 09:33:09 +08:00
config.fish Append paths from /etc/manpaths and /etc/manpaths.d/* to MANPATH, for #1092. 2016-12-27 14:21:36 -08:00