Files
coyote/scripts/shell-integration/integration.fish
T

9 lines
197 B
Fish

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