nb: add fish shell completion
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user