Do not show usage help inconsistently.

This commit is contained in:
Jorge Bucaran 2016-05-08 05:48:32 +09:00
parent bb848e7920
commit 47f90db643
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -180,7 +180,13 @@ function fisher
set items (__fisher_read_bundle_file < "$fisher_bundle")
if test -z "$items"
__fisher_usage > /dev/stderr
__fisher_log okay "
No plugins to install or dependencies missing.
" $__fisher_stderr
__fisher_log info "
See @fisher help@ for usage instructions.
" $__fisher_stderr
return
end
else