mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:37:59 +08:00
7 lines
203 B
Fish
7 lines
203 B
Fish
function __fish_complete_prime_run_subcommand
|
|
set -lx -a PATH /usr/local/sbin /sbin /usr/sbin
|
|
__fish_complete_subcommand
|
|
end
|
|
|
|
complete -c prime-run -x -a "(__fish_complete_prime_run_subcommand)"
|