Skip to content

Commit

Permalink
4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebucaran committed Jun 19, 2022
1 parent 4755053 commit 604f8ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
3 changes: 1 addition & 2 deletions functions/fisher.fish
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 604f8ff

Please sign in to comment.