nb: add fish shell completion

This commit is contained in:
Konecho 2023-06-21 17:21:16 +08:00 committed by GitHub
parent 04af42f3b3
commit d81e489e79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
''; '';
postInstall = '' postInstall = ''
installShellCompletion etc/nb-completion.{bash,zsh} installShellCompletion --cmd nb etc/nb-completion.{bash,zsh,fish}
''; '';
meta = with lib; { meta = with lib; {