delta: generate latest shell completions (#537973)

This commit is contained in:
zowoq
2026-07-02 23:32:21 +00:00
committed by GitHub
+3 -1
View File
@@ -44,7 +44,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
postInstall = ''
installShellCompletion --cmd delta \
etc/completion/completion.{bash,fish,zsh}
--bash <($out/bin/delta --generate-completion bash) \
--fish <($out/bin/delta --generate-completion zsh) \
--zsh <($out/bin/delta --generate-completion fish)
'';
# test_env_parsing_with_pager_set_to_bat sets environment variables,