From e27a5e29fde4f413ba361e14437085935a3fa9c9 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 27 Mar 2023 10:13:51 +0800 Subject: Make prompt bold in gpt --- bin/gpt/gpt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/gpt/gpt b/bin/gpt/gpt index 9e6cff8..487b3df 100755 --- a/bin/gpt/gpt +++ b/bin/gpt/gpt @@ -129,7 +129,8 @@ _get_content() { if [ ! "$SKIP_INPUT" = true ] ; then # Read content from terminal while true; do - read -e -r -p "Let's Chat: " content