mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-31 00:45:17 +08:00
Drop rc.d completions
This was an arch utility that it used shortly before introducing systemd. It's been dropped upstream for years.
This commit is contained in:
parent
f798a02a2a
commit
29556efebd
@ -1,7 +0,0 @@
|
||||
|
||||
complete -c rc.d -xa 'list start stop restart help' -n 'not __fish_seen_subcommand_from list start stop restart'
|
||||
complete -c rc.d -s s -l started -n '__fish_seen_subcommand_from list start stop restart' -d 'Filter started daemons'
|
||||
complete -c rc.d -s S -l stopped -n '__fish_seen_subcommand_from list start stop restart' -d 'Filter stopped daemons'
|
||||
complete -c rc.d -s a -l auto -n '__fish_seen_subcommand_from list start stop restart' -d 'Filter auto started daemons'
|
||||
complete -c rc.d -s A -l noauto -n '__fish_seen_subcommand_from list start stop restart' -d 'Filter manually started daemons'
|
||||
complete -c rc.d -n '__fish_seen_subcommand_from list start stop restart' -xa '( __fish_print_arch_daemons )'
|
@ -1,4 +0,0 @@
|
||||
function __fish_print_arch_daemons --description 'Print arch daemons'
|
||||
find /etc/rc.d/ -executable -type f -printf '%f\n'
|
||||
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user