mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-23 17:02:24 +03:00
Don't require fish in path for manual install
This commit is contained in:
parent
2b6a547330
commit
f4a24ba518
@ -41,7 +41,7 @@ This script may not work for all use cases.
|
|||||||
set -l _tide_tmp_dir (command mktemp -d)
|
set -l _tide_tmp_dir (command mktemp -d)
|
||||||
curl https://codeload.github.com/ilancosman/tide/tar.gz/v5 | tar -xzC $_tide_tmp_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
|
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"
|
fish_path=(status fish-path) exec $fish_path -C "emit _tide_init_install"
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
Loading…
Reference in New Issue
Block a user