Don't print log for fisher install fisher during bootstrap

pull/597/head
Jorge Bucaran 4 years ago
parent 168004cf1e
commit 08bdf7ed0d
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -192,7 +192,7 @@ if functions -q _fisher_self_update || test -e $__fish_config_dir/fishfile
function _fisher_migrate
function _fisher_complete
if not _fisher_list | string match --entire --regex --quiet -- jorgebucaran/fisher
fisher install jorgebucaran/fisher
fisher install jorgebucaran/fisher 2>/dev/null
end
functions -e _fisher_complete
end

Loading…
Cancel
Save