mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +00:00
6 lines
203 B
Fish
6 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)"
|