4.2.0-rc-1

pull/662/head
Jorge Bucaran 3 years ago
parent 70c9a59b53
commit b9f222c52e
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -1,6 +1,6 @@
function fisher --argument-names cmd --description "A plugin manager for Fish"
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
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
case install update remove
isatty || read --local --null --array stdin && set --append argv $stdin
set --local install_plugins
set --local update_plugins
set --local remove_plugins

Loading…
Cancel
Save