Don't print log for fisher install fisher during bootstrap

This commit is contained in:
Jorge Bucaran 2020-11-04 20:17:56 +09:00
parent 168004cf1e
commit 08bdf7ed0d
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -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