zsh-completions: remove tmuxp completion

tmuxp now installs the completion so we need to remove this to avoid a
collision.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2022-08-13 18:06:04 -03:00
parent c3edf8a264
commit c751554a16

View file

@ -14,6 +14,9 @@ stdenv.mkDerivation rec {
strictDeps = true;
installPhase = ''
install -D --target-directory=$out/share/zsh/site-functions src/*
# tmuxp install it so avoid collision
rm $out/share/zsh/site-functions/_tmuxp
'';
meta = {