Copy default schema before top-level files

pull/627/head
Jorge Bucaran 4 years ago
parent 4f2bc7bf01
commit bd7b69d47b
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -109,8 +109,8 @@ function fisher -a cmd -d "fish plugin manager"
set -q files[1] && set files (string replace --all $data $fisher_path $files)
set -q funcs[1] && set files (string replace --all $data $fisher_path/functions $funcs) $files
command cp -Rf $funcs $fisher_path/functions 2>/dev/null
command cp -Rf $data/{functions,completions,conf.d} $fisher_path 2>/dev/null
command cp -Rf $funcs $fisher_path/functions 2>/dev/null
for file in $files
echo "sourcing $file" >&2

Loading…
Cancel
Save