Compare commits

..

3 commits

View file

@ -42,7 +42,7 @@
nativeBuildInputs = with pkgs; [ installShellFiles ];
meta.mainProgram = "filetags";
postInstall = ''
installShellCompletion --cmd timers \
installShellCompletion --cmd filetags \
--bash <($out/bin/filetags completions bash) \
--fish <($out/bin/filetags completions fish) \
--zsh <($out/bin/filetags completions zsh) \