Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions breeze
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,16 @@ EOF
echo
echo "Please exit and re-enter your shell or run:"
echo
if [[ "${OSTYPE}" == "darwin"* ]]; then
if grep "${breeze_comment}" "${HOME}/.zshrc" >/dev/null 2>&1; then
echo " source ~/.zshrc"
echo
echo " source ~/.bash_completion.d/breeze-complete"
echo
exec zsh
exit 0
fi
fi
echo " source ~/.bash_completion.d/breeze-complete"
echo
exit 0
Expand Down