From e2c1e56b257f1a16f8e4b620b3abc328cd551784 Mon Sep 17 00:00:00 2001 From: Alexander Schlarb Date: Mon, 17 Sep 2018 23:37:00 +0200 Subject: 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bba25503..46f93e08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"], ] -- cgit v1.2.3-54-g00ecf