timewarrior: Install fish and zsh completions (#410750)
This commit is contained in:
@@ -29,7 +29,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postInstall = ''
|
||||
installShellCompletion --cmd timew \
|
||||
--bash completion/timew-completion.bash
|
||||
--bash completion/timew-completion.bash \
|
||||
--fish completion/timew.fish \
|
||||
--zsh completion/timew.zsh
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user