Compare commits
3 commits
c2a9005577
...
a58da2ffda
| Author | SHA1 | Date | |
|---|---|---|---|
| a58da2ffda | |||
| 9e4e1295ed | |||
| 8f8847f057 |
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
nativeBuildInputs = with pkgs; [ installShellFiles ];
|
||||
meta.mainProgram = "filetags";
|
||||
postInstall = ''
|
||||
installShellCompletion --cmd timers \
|
||||
installShellCompletion --cmd filetags \
|
||||
--bash <($out/bin/filetags completions bash) \
|
||||
--fish <($out/bin/filetags completions fish) \
|
||||
--zsh <($out/bin/filetags completions zsh) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue