mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Simplify prime-run completions
This commit is contained in:
parent
8b02a78887
commit
46a69d6b90
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue