Swithed from IlanCosman to plttn version of tide
This commit is contained in:
parent
0ed893ecd0
commit
292c618236
39 changed files with 693 additions and 201 deletions
|
|
@ -8,10 +8,10 @@ function _tide_init_install --on-event _tide_init_install
|
|||
if status is-interactive
|
||||
tide bug-report --check || sleep 4
|
||||
|
||||
if contains ilancosman/tide (string lower $_fisher_plugins)
|
||||
if contains plttn/tide (string lower $_fisher_plugins)
|
||||
set_color bryellow
|
||||
echo "ilancosman/tide is a development branch. Please install from a release tag:"
|
||||
_tide_fish_colorize "fisher install ilancosman/tide@v6"
|
||||
echo "plttn/tide is a development branch. Please install from a release tag:"
|
||||
_tide_fish_colorize "fisher install plttn/tide@v7"
|
||||
sleep 3
|
||||
end
|
||||
|
||||
|
|
@ -26,15 +26,17 @@ end
|
|||
|
||||
function _tide_init_update --on-event _tide_init_update
|
||||
# Warn users who install from main branch
|
||||
if contains ilancosman/tide (string lower $_fisher_plugins)
|
||||
if contains plttn/tide (string lower $_fisher_plugins)
|
||||
set_color bryellow
|
||||
echo "ilancosman/tide is a development branch. Please install from a release tag:"
|
||||
_tide_fish_colorize "fisher install ilancosman/tide@v6"
|
||||
echo "plttn/tide is a development branch. Please install from a release tag:"
|
||||
_tide_fish_colorize "fisher install plttn/tide@v7"
|
||||
sleep 3
|
||||
end
|
||||
|
||||
# Set (disable) the new jobs variable
|
||||
set -q tide_jobs_number_threshold || set -U tide_jobs_number_threshold 1000
|
||||
|
||||
_tide_migrate_vcs_prompt_items
|
||||
end
|
||||
|
||||
function _tide_init_uninstall --on-event _tide_init_uninstall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue