mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
delta: un-swap fish & zsh completions
This commit is contained in:
parent
73f64cb573
commit
d48e9c041d
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
postInstall = ''
|
||||
installShellCompletion --cmd delta \
|
||||
--bash <($out/bin/delta --generate-completion bash) \
|
||||
--fish <($out/bin/delta --generate-completion zsh) \
|
||||
--zsh <($out/bin/delta --generate-completion fish)
|
||||
--fish <($out/bin/delta --generate-completion fish) \
|
||||
--zsh <($out/bin/delta --generate-completion zsh)
|
||||
'';
|
||||
|
||||
# test_env_parsing_with_pager_set_to_bat sets environment variables,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue