timewarrior: Install fish and zsh completions (#410750)

This commit is contained in:
Matthias Beyer
2025-05-26 14:34:40 +02:00
committed by GitHub
+3 -1
View File
@@ -29,7 +29,9 @@ stdenv.mkDerivation rec {
postInstall = ''
installShellCompletion --cmd timew \
--bash completion/timew-completion.bash
--bash completion/timew-completion.bash \
--fish completion/timew.fish \
--zsh completion/timew.zsh
'';
meta = with lib; {