udiskie: install shell completions
This commit is contained in:
parent
86aa82cee2
commit
141a0bd2bd
@ -63,6 +63,10 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
postInstall = ''
|
||||
installManPage doc/udiskie.8
|
||||
|
||||
installShellCompletion \
|
||||
--bash completions/bash/* \
|
||||
--zsh completions/zsh/*
|
||||
'';
|
||||
|
||||
preFixup = ''
|
||||
|
Loading…
Reference in New Issue
Block a user