mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-27 13:18:02 +03:00
Minor edits
This commit is contained in:
parent
dd13e19966
commit
f58487fd9d
@ -68,9 +68,9 @@ members of the project's leadership.
|
|||||||
## Attribution
|
## Attribution
|
||||||
|
|
||||||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
||||||
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
|
available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>
|
||||||
|
|
||||||
[homepage]: https://www.contributor-covenant.org
|
|
||||||
|
|
||||||
For answers to common questions about this code of conduct, see
|
For answers to common questions about this code of conduct, see
|
||||||
https://www.contributor-covenant.org/faq
|
<https://www.contributor-covenant.org/faq>
|
||||||
|
|
||||||
|
[homepage]: https://www.contributor-covenant.org
|
||||||
|
@ -24,7 +24,7 @@ function tide_install
|
|||||||
if set -q _flag_local
|
if set -q _flag_local
|
||||||
cp -rf "$location" "$tempDir"
|
cp -rf "$location" "$tempDir"
|
||||||
else
|
else
|
||||||
git clone -q --depth=1 -b $location https://github.com/IlanCosman/tide.git $tempDir
|
git clone -q --depth 1 -b $location https://github.com/IlanCosman/tide.git $tempDir
|
||||||
end
|
end
|
||||||
|
|
||||||
cp -r "$tempDir/completions" $__fish_config_dir
|
cp -r "$tempDir/completions" $__fish_config_dir
|
||||||
|
Loading…
Reference in New Issue
Block a user