mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-19 09:25:40 +00:00
Fix inaccurate post uninstall message again.
This commit is contained in:
parent
2ffe8ee7f1
commit
e52cf77287
@ -1,5 +1,5 @@
|
|||||||
function fisher
|
function fisher
|
||||||
set -g fisher_version "2.1.7"
|
set -g fisher_version "2.1.8"
|
||||||
set -g fisher_spinners ⠋ ⠙ ⠹ ⠸ ⠼ ⠴ ⠦ ⠧ ⠇ ⠏
|
set -g fisher_spinners ⠋ ⠙ ⠹ ⠸ ⠼ ⠴ ⠦ ⠧ ⠇ ⠏
|
||||||
|
|
||||||
function __fisher_show_spinner
|
function __fisher_show_spinner
|
||||||
@ -538,7 +538,7 @@ function __fisher_self_update
|
|||||||
__fisher_log info "
|
__fisher_log info "
|
||||||
To see the change log, please visit:
|
To see the change log, please visit:
|
||||||
https://github.com/fisherman/fisherman/releases
|
https://github.com/fisherman/fisherman/releases
|
||||||
|
|
||||||
" $__fisher_stderr
|
" $__fisher_stderr
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "fisherman",
|
"name": "fisherman",
|
||||||
"description": "fish plugin manager",
|
"description": "fish plugin manager",
|
||||||
"version": "2.1.7",
|
"version": "2.1.8",
|
||||||
"author": "Jorge Bucaran",
|
"author": "Jorge Bucaran",
|
||||||
"homepage": "https://github.com/fisherman/fisherman",
|
"homepage": "https://github.com/fisherman/fisherman",
|
||||||
"bugs": "https://github.com/fisherman/fisherman/issues",
|
"bugs": "https://github.com/fisherman/fisherman/issues",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"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'",
|
"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`` 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 your session.\\033[0m'"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user