Execute subprocesses without reading config

This improves speed and allows better automation via config.fish without recursion
pull/749/head
Saúl Nogueras 2 years ago committed by GitHub
parent 36810b3940
commit 3396f4e03f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,7 +82,7 @@ function fisher --argument-names cmd --description "A plugin manager for Fish"
command mkdir -p $source/{completions,conf.d,themes,functions}
$fish_path --command "
$fish_path --no-config --command "
if test -e $plugin
command cp -Rf $plugin/* $source
else

Loading…
Cancel
Save