pull/722/head 4.3.5
Jorge Bucaran 2 years ago
parent 475505312c
commit 604f8ff1ea
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -29,7 +29,7 @@ Install plugins using the `install` command followed by the path to the reposito
fisher install jorgebucaran/nvm.fish
```
> To install a plugin from GitLab, prefix the name with `gitlab.com/`.
> To install from GitLab prepend `gitlab.com/` to the plugin path.
To get a specific version of a plugin add an `@` symbol after the plugin name followed by a tag, branch, or [commit](https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefcommit-ishacommit-ishalsocommittish).

@ -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.3.4
set --local fisher_version 4.3.5
set --local fish_plugins $__fish_config_dir/fish_plugins
switch "$cmd"
@ -69,7 +69,6 @@ function fisher --argument-names cmd --description "A plugin manager for Fish"
end
end
set --local pid_list
set --local source_plugins
set --local fetch_plugins $update_plugins $install_plugins

Loading…
Cancel
Save