Skip to content

Commit 1d8ea85

Browse files
committed
kubie: add fish completion
1 parent ca1ec65 commit 1d8ea85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ku/kubie/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
2828
];
2929

3030
postInstall = ''
31-
installShellCompletion completion/kubie.bash
31+
installShellCompletion completion/kubie.{bash,fish}
3232
3333
wrapProgram "$out/bin/kubie" \
3434
--prefix PATH : "${

0 commit comments

Comments
 (0)