fish-shell/share/functions/__fish_complete_subcommand_root.fish
2017-08-04 18:02:24 -07:00

5 lines
222 B
Fish

function __fish_complete_subcommand_root -d "Run the __fish_complete_subcommand function using a PATH containing /sbin and /usr/sbin"
set -lx -p PATH /sbin /usr/sbin ^/dev/null
__fish_complete_subcommand $argv
end