mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-24 01:13:13 +03:00
Minor edits
This commit is contained in:
parent
dd13e19966
commit
f58487fd9d
@ -68,9 +68,9 @@ members of the project's leadership.
|
||||
## Attribution
|
||||
|
||||
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
|
||||
|
||||
[homepage]: https://www.contributor-covenant.org
|
||||
available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>
|
||||
|
||||
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
|
||||
cp -rf "$location" "$tempDir"
|
||||
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
|
||||
|
||||
cp -r "$tempDir/completions" $__fish_config_dir
|
||||
|
Loading…
Reference in New Issue
Block a user