Add eselect, rc-update and rc-service completions. (These are utilities used by Gentoo Linux)

Disable php completion for the 4th part of the command, since php-eselect is differently designed and causes errors

Closes #1131.
This commit is contained in:
Jelte Fennema
2013-11-19 19:45:21 +01:00
committed by David Adam
parent 9862eb930d
commit 44d13869ad
9 changed files with 155 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
function __fish_print_cmd_args
commandline -poc
end