mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-26 06:48:35 -06:00
fix: Autocompletes for movie-rename
This commit is contained in:
parent
bf6fe914e0
commit
ca9a4c9a37
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ package() {
|
||||||
# Manpage
|
# Manpage
|
||||||
install-manual "./${name}.1"
|
install-manual "./${name}.1"
|
||||||
# Completions
|
# Completions
|
||||||
install-completion bash "./${name}.bash"
|
cat "./${name}.bash" | install-completion bash
|
||||||
install-completion fish "./${name}.fish"
|
cat "./${name}.fish" | install-completion fish
|
||||||
install-completion zsh "./$_{name}"
|
cat "./$_{name}" | install-completion zsh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue