Files
MinOS-prime/home/.config/fish/functions/aichat_fish.fish
2025-07-11 18:08:12 +03:00

9 lines
175 B
Fish

function aichat_fish
set -l _old (commandline)
if test -n $_old
echo -n "⌛"
commandline -f repaint
commandline (aichat -e $_old)
end
end