fish-shell/share
Fabian Homborg 03e0f1eb21 create_manpage_completions: Try more ways to get manpath
Haiku only has `man --path`.

Still doesn't support OpenBSD.

Use $MANPATH if available. This needs to:

- Ignore stderr (we pipe it and throw it away)

- Read the subprocess returncode, since `man --path` is an existing
  command that fails instead of a non-existent one (that raises an
  exception)

- Properly set up the fallback

Fixes #2194.
2017-01-29 18:00:48 -08:00
..
completions Add i3-msg completions 2017-01-28 19:48:57 +01:00
functions don't run fish_update_completions in unit tests 2017-01-29 18:00:48 -08:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools create_manpage_completions: Try more ways to get manpath 2017-01-29 18:00:48 -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 time for another make style-all 2017-01-26 20:05:46 -08:00