dotfiles/fish/.config/fish/functions/coqtop.fish
Sanchayan Maity e3d3e8b986 fish: functions: Add an alias to coqtop
Wrap coqtop in rlwrap and create an alias for that.
2022-01-07 20:39:57 +05:30

4 lines
42 B
Fish

function coqtop
rlwrap coqtop $argv
end