Unverified Commit d81e489e authored by Konecho's avatar Konecho Committed by GitHub
Browse files

nb: add fish shell completion

parent 04af42f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; {