Unverified Commit 86c5cabb authored by toonn's avatar toonn Committed by GitHub
Browse files

Merge pull request #238925 from Konecho/patch-1

nb: add fish shell completion
parents ad02d2cd d81e489e
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; {