generated from andy/linux-nixos-hyprland-config-dotfiles
9 lines
175 B
Fish
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
|