mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 03:07:31 -06:00
add bash completion to distrobox
This commit is contained in:
parent
b00ae7e672
commit
93b3eea1ba
1 changed files with 4 additions and 2 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue