Unverified Commit 4c580b01 authored by wzy's avatar wzy Committed by GitHub
Browse files

visidata: fix #202165, add shell completions (#223894)



* visidata: fix #202165, add shell completions

* visidata: replace pname with _visidata

---------

Co-authored-by: default avatarsuperherointj <5861043+superherointj@users.noreply.github.com>
parent 5d9c49ee
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -130,6 +130,10 @@ buildPythonApplication rec {
    bash dev/test.sh
    runHook postCheck
  '';
  postInstall = ''
    python dev/zsh-completion.py
    install -Dm644 _visidata -t $out/share/zsh/site-functions
  '';

  pythonImportsCheck = ["visidata"];