We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0cd94 commit cbc31b5Copy full SHA for cbc31b5
chatgpt.sh
@@ -375,7 +375,7 @@ while $running; do
375
echo "${response_data}" | glow -
376
#echo -e "${formatted_text}"
377
else
378
- echo -e "${CHATGPT_CYAN_LABEL}${response_data}" | fold -s -w $COLUMNS
+ echo -e "${CHATGPT_CYAN_LABEL}${response_data}" | fold -s -w "$COLUMNS"
379
fi
380
add_assistant_response_to_chat_message "$(escape "$response_data")"
381
0 commit comments