aichat/scripts/shell-integration/integration.fish
2024-03-02 08:07:06 +00:00

9 lines
197 B
Fish

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