generated from andy/linux-nixos-hyprland-config-dotfiles
Initial commit
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