* visidata: fix #202165, add shell completions * visidata: replace pname with _visidata --------- Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
This commit is contained in:
@@ -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"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user