mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
remove trialing spaces #2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
function __fish_complete_subcommand_root -d "Run the __fish_complete_subcommand function using a PATH containing /sbin and /usr/sbin"
|
||||
set -l PATH_OLD $PATH
|
||||
set -l PATH_OLD $PATH
|
||||
set PATH /sbin /usr/sbin $PATH
|
||||
__fish_complete_subcommand
|
||||
set PATH $PATH_OLD
|
||||
|
||||
Reference in New Issue
Block a user