diff options
author | Alexander Schlarb <alexander@ninetailed.ninja> | 2018-09-17 23:37:00 +0200 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-09-17 21:37:00 +0000 |
commit | e2c1e56b257f1a16f8e4b620b3abc328cd551784 (patch) | |
tree | 3b6b2bfee4e64b9bf6d4ad16a8e41afa818e03f3 /Cargo.toml | |
parent | 35ea0cded20aac5fa40859a22b95979d15018c51 (diff) | |
download | alacritty-e2c1e56b257f1a16f8e4b620b3abc328cd551784.tar.gz alacritty-e2c1e56b257f1a16f8e4b620b3abc328cd551784.zip |
Give zsh completion file the correct name when installing with `cargo deb --install`
The zsh completion name for the deb installer has been corrected.
The installation instructions for the zsh completions have also been
updated to make it possible to install them without root permissios.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,6 +77,6 @@ assets = [ ["alacritty.desktop", "usr/share/applications/", "644"], ["alacritty-completions.bash", "usr/share/bash-completion/completions/alacritty", "644"], ["alacritty-completions.fish", "usr/share/fish/completions/alacritty", "644"], - ["alacritty-completions.zsh", "usr/share/zsh/functions/Completion/alacritty", "644"], + ["alacritty-completions.zsh", "usr/share/zsh/vendor-completions/_alacritty", "644"], ["alacritty.info", "usr/share/terminfo/a/alacritty", "644"], ] |