fish-shell/share
Fabian Homborg d972623191 Fix vendor paths without $XDG_DATA_DIRS
We'd use $__fish_data_dir, but that already had the "/fish" component,
and then we'd add it again later, so we would try to find vendor
functions in places like

/usr/share/fish/fish/vendor_functions.d

which obviously don't exist.

Instead let's add the "/fish" component to the xdg dirs early, which
also saves us from having to repeat it later.

Fixes #6428
See #6508

[ci skip]
2020-01-19 09:28:56 +01:00
..
completions Add keepassxc-cli completions 2020-01-18 12:27:04 -08:00
functions Run fish_indent on all our fish scripts 2020-01-13 20:34:22 +01:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools Set base16 colors for operator, escape, and match 2020-01-18 12:16:19 -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 Fix vendor paths without $XDG_DATA_DIRS 2020-01-19 09:28:56 +01:00
lynx.lss Install custom LSS script to /usr/local/share/fish on make install 2017-09-26 14:31:11 -05:00