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
+1 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
postInstall = ''
installShellCompletion etc/nb-completion.{bash,zsh}
installShellCompletion --cmd nb etc/nb-completion.{bash,zsh,fish}
'';
meta = with lib; {