Skip to content

Commit 5a2840b

Browse files
committed
fix bash
Signed-off-by: San Nguyen <[email protected]>
1 parent e0bec9f commit 5a2840b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/programs/kubeswitch.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ in
4040
lib.mkIf cfg.enable {
4141
home.packages = [ cfg.package ];
4242

43-
programs.bash.initContent = ''
43+
programs.bash.initExtra = ''
4444
source ${shell_files}/share/${cfg.command}_init.bash
4545
source ${shell_files}/share/${cfg.command}_completion.bash
4646
'';

0 commit comments

Comments
 (0)