mirror of
https://github.com/IlanCosman/tide.git
synced 2025-01-03 18:14:01 +03:00
Make manual install fetch v5 instead of main
This commit is contained in:
parent
28e1a8fa48
commit
133f043923
@ -39,8 +39,8 @@ This script may not work for all use cases.
|
||||
|
||||
```fish
|
||||
set -l _tide_tmp_dir (command mktemp -d)
|
||||
curl https://codeload.github.com/ilancosman/tide/tar.gz/HEAD | tar -xzC $_tide_tmp_dir
|
||||
command cp -R $_tide_tmp_dir/tide-HEAD/{completions,conf.d,functions} $__fish_config_dir
|
||||
curl https://codeload.github.com/ilancosman/tide/tar.gz/v5 | tar -xzC $_tide_tmp_dir
|
||||
command cp -R $_tide_tmp_dir/*/{completions,conf.d,functions} $__fish_config_dir
|
||||
exec fish --init-command "set -g fish_greeting; emit _tide_init_install"
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user