Skip to content

Commit 85570ae

Browse files
committed
show source message on zsh
1 parent b1fba4c commit 85570ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ if (import.meta.main) {
179179

180180
const notes: (string | false)[] = [
181181
updatedShell === "bash" && "$ source ~/.bashrc",
182-
updatedShell === "zsh" && "", // TODO: shell update for zsh
182+
updatedShell === "zsh" && "$ source ~/.zshrc",
183183

184184
`$ cd ${directory} && wql up`,
185185
];

0 commit comments

Comments
 (0)