From 3dd91e008723bdff9480c4b46a8cb2206040477e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 20 Aug 2025 08:39:31 +0300 Subject: Update --- dotfiles/scripts/hx.hexai-prompt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/scripts/hx.hexai-prompt b/dotfiles/scripts/hx.hexai-prompt index 358b64a..ef413c0 100755 --- a/dotfiles/scripts/hx.hexai-prompt +++ b/dotfiles/scripts/hx.hexai-prompt @@ -3,7 +3,7 @@ declare -xr INSTRUCTIONS='Answer only. If it is code, code only without code-block at the beginning and the end.' if [[ $# -eq 0 ]]; then - hexai "$(hx.prompt). $INSTRUCTIONS" + hexai "$(hx.prompt). $INSTRUCTIONS" 2>/dev/null else - hexai "$@. $INSTRUCTIONS" + hexai "$@. $INSTRUCTIONS" 2>/dev/null fi -- cgit v1.2.3