add bash completion to distrobox

This commit is contained in:
Daylin Morgan 2025-01-17 12:07:45 -06:00
parent b00ae7e672
commit 93b3eea1ba
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -47,8 +47,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
'';
postInstall = ''
ls completions/zsh
installShellCompletion --cmd distrbox --zsh completions/zsh/_distrobox
installShellCompletion \
--cmd distrbox \
--zsh completions/zsh/_distrobox \
--bash completions/bash/distrbox
'';
meta = with lib; {