Skip to content

Commit 8ff78f7

Browse files
committed
🐛 Write to stderr
1 parent 32e912f commit 8ff78f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • profile/default/resource

profile/default/resource/.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if [[ -f "${ZINIT[BIN_DIR]}/zinit.zsh" ]]; then
9696
autoload -Uz _zinit
9797
(( ${+_comps} )) && _comps[zinit]=_zinit
9898
else
99-
echo "zinit cannot be installed"
99+
echo "zinit cannot be installed" >&2
100100
fi;
101101

102102
#⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯

0 commit comments

Comments
 (0)