diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-20 08:39:31 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-20 08:39:31 +0300 |
| commit | 3dd91e008723bdff9480c4b46a8cb2206040477e (patch) | |
| tree | d2d2ac1b4cb222cea29914cc88841d9fa41880ae | |
| parent | 59f22b94654d6640157b0838776d275db4669ede (diff) | |
Update
| -rwxr-xr-x | dotfiles/scripts/hx.hexai-prompt | 4 |
1 files 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 |
