mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
add rcctl completions for OpenBSD
This commit is contained in:
parent
e135024cc4
commit
eec47a173d
3
share/completions/rcctl.fish
Normal file
3
share/completions/rcctl.fish
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
complete -c rcctl -xa 'check ls reload restart stop start disable enable' -n 'not __fish_seen_subcommand_from list check ls reload restart stop start enable disable'
|
||||
complete -c rcctl -n '__fish_seen_subcommand_from check reload restart stop start enable disable' -xa '(set -l files /etc/rc.d/*; string replace "/etc/rc.d/" "" -- $files)'
|
Loading…
x
Reference in New Issue
Block a user