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>

+3
+3
pkgs/shells/zsh/zsh-completions/default.nix
··· 14 strictDeps = true; 15 installPhase = '' 16 install -D --target-directory=$out/share/zsh/site-functions src/* 17 ''; 18 19 meta = {
··· 14 strictDeps = true; 15 installPhase = '' 16 install -D --target-directory=$out/share/zsh/site-functions src/* 17 + 18 + # tmuxp install it so avoid collision 19 + rm $out/share/zsh/site-functions/_tmuxp 20 ''; 21 22 meta = {