mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-25 22:38:36 -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
|
||||
install-manual "./${name}.1"
|
||||
# Completions
|
||||
install-completion bash "./${name}.bash"
|
||||
install-completion fish "./${name}.fish"
|
||||
install-completion zsh "./$_{name}"
|
||||
cat "./${name}.bash" | install-completion bash
|
||||
cat "./${name}.fish" | install-completion fish
|
||||
cat "./$_{name}" | install-completion zsh
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue