Skip to content

Commit 77e9a79

Browse files
committed
chore: replace deprecated pograms.zsh.initExtra to programs.zsh.initContent
1 parent 9396986 commit 77e9a79

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

programs/zsh/default.nix

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@ in
3838
};
3939
}
4040
];
41-
initExtra = commonShellConfig.init + ''
42-
# FIXME: デバッグ用
43-
# if (which zprof > /dev/null) ;then
44-
# zprof | less
45-
# fi
46-
'';
41+
initContent =
42+
commonShellConfig.init
43+
+ ''
44+
# FIXME: デバッグ用
45+
# if (which zprof > /dev/null) ;then
46+
# zprof | less
47+
# fi
48+
'';
4749
loginExtra = commonShellConfig.profile;
4850
envExtra = ''
4951
# FIXME: デバッグ用

0 commit comments

Comments
 (0)