Merge pull request #47854 from teto/khard_zsh

khard: fixup zsh autocompletion
This commit is contained in:
Jörg Thalheim
2018-10-04 08:41:22 +01:00
committed by GitHub

View File

@@ -41,7 +41,7 @@ in with python.pkgs; buildPythonApplication rec {
];
postInstall = ''
install -D misc/zsh/_khard $out/share/zsh/site-functions/
install -D misc/zsh/_khard $out/share/zsh/site-functions/_khard
'';
# Fails; but there are no tests anyway.