fish-shell/share
Mahmoud Al-Qudsi b7db397f61 Fix zfs completions under FreeBSD
Under FreeBSD, as annoying as it is, switches must directly follow the
command or subcommand in question, and cannot come after actual payload
argument. Calling `zpool get all -H` instead of `zpool get -H all`
caused error messages to be spewed to the console under FreeBSD when
simply completing `zfs <TAB>`, this should fix that. The change should
also be compatible with other operating systems (namely Linux) that
don't have this requirement, as they (generally) allow arguments to come
before _or_ after the primary non-switch argument (though I do not have
access to a zfs-enabled Linux machine to test this).
2018-05-26 12:20:04 -05:00
..
completions fixup! Clean up completions a little bit 2018-05-22 17:44:52 -05:00
functions Fix zfs completions under FreeBSD 2018-05-26 12:20:04 -05:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools Remove ^ redirection from sample prompts 2018-04-28 18:16:35 +02: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 Restore . alias for source 2018-05-09 16:51:52 +02:00
lynx.lss Install custom LSS script to /usr/local/share/fish on make install 2017-09-26 14:31:11 -05:00