Skip to content

Commit 604f8ff

Browse files
committed
4.3.5
1 parent 4755053 commit 604f8ff

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Install plugins using the `install` command followed by the path to the reposito
2929
fisher install jorgebucaran/nvm.fish
3030
```
3131

32-
> To install a plugin from GitLab, prefix the name with `gitlab.com/`.
32+
> To install from GitLab prepend `gitlab.com/` to the plugin path.
3333
3434
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).
3535

Diff for: functions/fisher.fish

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function fisher --argument-names cmd --description "A plugin manager for Fish"
22
set --query fisher_path || set --local fisher_path $__fish_config_dir
3-
set --local fisher_version 4.3.4
3+
set --local fisher_version 4.3.5
44
set --local fish_plugins $__fish_config_dir/fish_plugins
55

66
switch "$cmd"
@@ -69,7 +69,6 @@ function fisher --argument-names cmd --description "A plugin manager for Fish"
6969
end
7070
end
7171

72-
7372
set --local pid_list
7473
set --local source_plugins
7574
set --local fetch_plugins $update_plugins $install_plugins

0 commit comments

Comments
 (0)