mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Simplify prime-run completions
This commit is contained in:
parent
8b02a78887
commit
46a69d6b90
@ -1,6 +1,6 @@
|
||||
function __fish_complete_prime_run_subcommand
|
||||
set -lx -a PATH /usr/local/sbin /sbin /usr/sbin
|
||||
__fish_complete_subcommand --commandline $args
|
||||
__fish_complete_subcommand
|
||||
end
|
||||
|
||||
complete -c prime-run -x -a "(__fish_complete_prime_run_subcommand)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user