4.2.0-rc-1

This commit is contained in:
Jorge Bucaran 2021-01-16 03:21:50 +09:00
parent 70c9a59b53
commit b9f222c52e
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -1,6 +1,6 @@
function fisher --argument-names cmd --description "A plugin manager for Fish" function fisher --argument-names cmd --description "A plugin manager for Fish"
set --query fisher_path || set --local fisher_path $__fish_config_dir set --query fisher_path || set --local fisher_path $__fish_config_dir
set --local fisher_version 4.1.0 set --local fisher_version 4.2.0-rc-1
set --local fish_plugins $__fish_config_dir/fish_plugins set --local fish_plugins $__fish_config_dir/fish_plugins
switch "$cmd" switch "$cmd"
@ -19,7 +19,7 @@ function fisher --argument-names cmd --description "A plugin manager for Fish"
string match --entire --regex -- "$argv[2]" $_fisher_plugins string match --entire --regex -- "$argv[2]" $_fisher_plugins
case install update remove case install update remove
isatty || read --local --null --array stdin && set --append argv $stdin isatty || read --local --null --array stdin && set --append argv $stdin
set --local install_plugins set --local install_plugins
set --local update_plugins set --local update_plugins
set --local remove_plugins set --local remove_plugins