mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
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:
committed by
David Adam
parent
9862eb930d
commit
44d13869ad
3
share/functions/__fish_print_cmd_args.fish
Normal file
3
share/functions/__fish_print_cmd_args.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function __fish_print_cmd_args
|
||||
commandline -poc
|
||||
end
|
||||
Reference in New Issue
Block a user