mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-03 15:40:27 +00:00
Bump to 2.1.10 📦
This commit is contained in:
parent
a283f27e64
commit
3e0e2995d1
@ -1,5 +1,5 @@
|
||||
function fisher
|
||||
set -g fisher_version "2.1.9"
|
||||
set -g fisher_version "2.1.10"
|
||||
set -g fisher_spinners ⠋ ⠙ ⠹ ⠸ ⠼ ⠴ ⠦ ⠧ ⠇ ⠏
|
||||
|
||||
function __fisher_show_spinner
|
||||
@ -849,7 +849,7 @@ function __fisher_list_plugin_directory -a item
|
||||
if test "$previous_tree" != "$current_tree"
|
||||
printf " $color%s/$nc\n" $current_tree
|
||||
end
|
||||
|
||||
|
||||
printf " %s\n" (basename $file)
|
||||
|
||||
set previous_tree $current_tree
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "fisherman",
|
||||
"description": "fish plugin manager",
|
||||
"version": "2.1.9",
|
||||
"version": "2.1.10",
|
||||
"author": "Jorge Bucaran",
|
||||
"homepage": "https://github.com/fisherman/fisherman",
|
||||
"bugs": "https://github.com/fisherman/fisherman/issues",
|
||||
@ -16,7 +16,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"postinstall": "i=\"$XDG_CONFIG_HOME\"; [ -z \"$i\" ] && i=~/.config; i=\"$i/fish/functions\"; cp -f fisher.fish \"$i/fisher.fish\"; echo '\\033[47m\\033[30mPlease reload your shell to start using fisherman.\\033[0m'",
|
||||
"preuninstall": "i=\"$XDG_CONFIG_HOME\"; [ -z \"$i\" ] && i=~/.config; i=\"$i/fish/functions\"; rm -f \"$i/fisher.fish\"; echo '\\033[47m\\033[30mPlease run ``functions -e fisher`` to unload fisherman from your session.\\033[0m'"
|
||||
"preuninstall": "i=\"$XDG_CONFIG_HOME\"; [ -z \"$i\" ] && i=~/.config; i=\"$i/fish/functions\"; rm -f \"$i/fisher.fish\"; echo '\\033[47m\\033[30mPlease run ``functions -e fisher´´ to unload fisherman from the session.\\033[0m'"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user