Do not show usage help inconsistently.

This commit is contained in:
Jorge Bucaran 2016-05-08 05:48:32 +09:00 committed by Jorge Bucaran
parent 965be86de4
commit 6c14374e04

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