mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
update: fixes & changes, added configs for aider
and aichat
This commit is contained in:
8
home/.config/fish/functions/aichat_fish.fish
Normal file
8
home/.config/fish/functions/aichat_fish.fish
Normal file
@@ -0,0 +1,8 @@
|
||||
function aichat_fish
|
||||
set -l _old (commandline)
|
||||
if test -n $_old
|
||||
echo -n "⌛"
|
||||
commandline -f repaint
|
||||
commandline (aichat -e $_old)
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user