mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 19:21:12 -03:00
use the new set -a and set -p in our scripts
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
|
||||
|
||||
function __fish_complete_subcommand_root -d "Run the __fish_complete_subcommand function using a PATH containing /sbin and /usr/sbin"
|
||||
set -lx PATH /sbin /usr/sbin $PATH ^/dev/null
|
||||
set -lx -p PATH /sbin /usr/sbin ^/dev/null
|
||||
__fish_complete_subcommand $argv
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user