diff --git a/README.md b/README.md index a8a2d20..fbb9d9f 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/functions/fisher.fish b/functions/fisher.fish index d3bba5c..2579bb1 100644 --- a/functions/fisher.fish +++ b/functions/fisher.fish @@ -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