mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-25 22:38:36 -06:00
fix: Autocomplete for croc
This commit is contained in:
parent
b4b1483240
commit
e860230d6d
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ package() {
|
||||||
# Binary
|
# Binary
|
||||||
install-binary "./${name}"
|
install-binary "./${name}"
|
||||||
# Autocomplete
|
# Autocomplete
|
||||||
|
curl -L "https://raw.githubusercontent.com/$git_repo/main/src/install/bash_autocomplete" -o "bash_autocomplete"
|
||||||
|
curl -L "https://raw.githubusercontent.com/$git_repo/main/src/install/zsh_autocomplete" -o "zsh_autocomplete"
|
||||||
install-completion zsh "${name}" <"./zsh_autocomplete"
|
install-completion zsh "${name}" <"./zsh_autocomplete"
|
||||||
install-completion bash "${name}" <"./bash_autocomplete"
|
install-completion bash "${name}" <"./bash_autocomplete"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue